/Zero-Conf-Chat

Primary LanguagePythonMIT LicenseMIT

##Submitted

ZeroChat

ZeroChat is a super simple chat program based on sockets.

Set up:

sudo apt install python3.7 -y

Run as:

python3.7 zerochat.py

Be careful that the version of the python interpreter must be python3.7.

Usage

After running, enter a username then start chatting!

online # will show online users
announce # will ping network & can be called only once in a minute
message [username] [messsage] # will send the message to the user
exit # will terminate the program 

Contributing

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

Please make sure to update the tests as appropriate.

License

MIT

Tested with mdumandag