Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 405 Bytes

File metadata and controls

6 lines (6 loc) · 405 Bytes

To run this:

  • pip3 install -r requirements.txt
  • Run server.py first to initialize the server.
  • Run one or more client.py instances and chat!
  • If you want to run client.py from another machine, make sure you change SERVER_HOST in client.py to the server's IP address.