Developed and tested using Python 3.8.6
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python server.py
python multiprocess.py
python client.py
Developed and tested using Python 3.8.6
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python server.py
python multiprocess.py
python client.py