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

Uploaded Python 3

File details

Details for the file royman_tools-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for royman_tools-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 89f4f7157d8d55d62d486a6904ea2b30adecb0058eac833f361c8c654e559ec2
MD5 5d901a313784784f45a038579249f939
BLAKE2b-256 7787a291f9766da443c641c1686eeef3c607c668ea571175bba3b9d299e242a4

See more details on using hashes here.

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