PyChat is an online chat program made in Python. You can download it and use it as a foundation for your own chat programs!
- Run Server.py
- Follow the instructions in the terminal.
- Run Client.py on any client device
- Follow the instructions on screen.
- Start chatting! (there's no moderation!)
You can use pyinstaller for converting your PyChat Client.py
file to an .exe
file.