Note that this program was designed to be used on Linux. You need to use WSL on Windows to run this program.
- Make sure Python 3 is installed.
- Makes sure that the latest version of pip is installed.
- Execute the following command:
pip install pyqt5
- Execute the following command:
python3 server.py
- Execute the following command twice:
python3 client.py
Every time you execute python client.py
you will create a new client.
You may choose to execute this command as many times as you want.
- Enter in the following details:
IP Address: localhost
Port: 9988
Nickname: [SomeUniqueName]
Where SomeUniqueName is a name that is unique.