Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 321 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 321 Bytes

PyMessenger

PyMessenger is a TCP instant messenger written in Python with a curses TUI.

The main.py file runs the server alongside the client in one window. If you want, you can run server.py and client.py independently, but the server must be started before running the client.

To Do

  • Clean up code in server.py