A server and clinet for chatting using a GUI which uses TCP
- Light/dark mode
- save and load chat history
- custom protocol for sending messages
- private messaging
Install my-project with pip
pip install -r requirements.txt
- original GUI idea from: @kimiakeivan and her TCP chatroom
- sending and reciveing structure: @assaabriiii