Skip to main content

A collection of tools

Project description

royman-tools

collection of tools

Installation

pip install royman-tools

or from Github:

git clone https://github.com/roymanigley/royman-tools.git
cd royman-tools
python setup.py install

Tools

TCP

Usage

from royman_tools import tcp

with tcp.Client('127.0.0.1', 4040) as client:
    client.send_str('Hello World')
    print(client.read())

with tcp.Server(4040) as server:
    server.send_str('Hello World')
    print(server.read())

tcp.scan_range('127.0.0.1', list(range(1, 65535 + 1)))

Project Creator

Usage

royman-tools:create-project --help

royman-tools:create-project --project_name my-project-name

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

royman_tools-0.0.3-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page