Skip to main content

High-level chat client API that makes sending messages between computers(using http) easy.

Project description

ChatHelper

High-level chat client Python API that makes sending messages between computers(using http) easy.

Installation

Use the package manager pip to install chatHelper.

pip install chatHelper

QuickStart

Server

from chatHelper import Server

server = Server("192.168.xx.xxx:8000", 1)

Client

from chatHelper import Client

client = Client("http://192.168.xx.xxx:8000/", "client1", "12345")

Documentation

You can find the documentation for this package here

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache License 2.0

Project details


Download files

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

Source Distribution

chatHelper-1.1.3.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

chatHelper-1.1.3-py3-none-any.whl (8.5 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