A development kit that collects simple utilities.


Keywords
python
License
MIT
Install
pip install pylab-sdk==1.7.2

Documentation

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')