Skip to content

PyLabCo/pylab-sdk

Repository files navigation

pylab-sdk

A development kit that collects simple utilities.

Installation

pip install pylab-sdk

Example

import pylab_sdk


# Get your public IP
ip = pylab_sdk.get_ip()

# Get latest user agent of modern browser
agents = pylab_sdk.get_latest_agents()
assert agents['macOS'] == pylab_sdk.get_latest_agents('macOS')

# Similar to netcat, webcat running over the http protocol helps you keep a log that you can check anywhere.
pylab_sdk.wc('hello world', source='discord-bot')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages