A quick-and-simple chat app for people who want something simple and original.
Requirements:
- Python 3.7 or above
- websockets library
- sudo (i.e. administrator) when launching run-all.py How to install:
- Download the master branch by going to Clone / Download > Download ZIP File
- Open the zip and extract the chat-app folder
- Run setup.py. It will ask you questions so the server can be configured with the right ip addresses.
Running (for Windows):
- Search for IDLE in the search menu
- Select "Run as Administrator"
- Open the run-all.py file
- Run the file
Running (for *nix):
- Open the shell
- Cd to the chat-app folder
- Run the following command:
sudo python3 ./run-all.py