To use the program, install all the required library in the requirements.txt
Set up the Virtual Environment for a more consistent outcome
py -m venv .venv
.venv/bin/activate
or
.venv/Scripts/activate
or
source .venv/bin/activateCheck if the environment is clean using pip freeze
Open one terminal, running server.py
Open another terminal, running client.py
Ensure that you have enabled the virtual environment on both terminals to ensure the program to run normmally