Skip to main content

A package that uses Python to make communication easier

Project description

ComsPy

A package that uses Python to make communication easier

Latest release:2022.1

How to use

You need to create two programs to use this module, one called Server.py and the other called Client.py

Then type in Server.py:

#English
import compys.Server.Server_English
compys.Server.Server_English.start()

#Chinese
import compys.Server.Server_Chinese
compys.Server.Server_Chinese.start()

In the Client.py input:

#English
import compys.Client.Client_English
compys.Client.Client_English.start()

#Chinese
import compys.Client.Client_Chinese
compys.Client.Client_Chinese.start()

Run, and then enter the same communication port

input "QUIT" to exit

Note: they must be the same, otherwise normal communication will not work, unless you want to get to know an unknown stranger by chance

We will continue to update, try to make the interface in a short time, thank you for using

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

comspy-2022.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

comspy-2022.1-py3-none-any.whl (6.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