sudo apt update
sudo apt install python3
sudo apt install pip3
sudo apt install python3.10-venv
TBD conda TBD virtualenv
python3 -m venv .test1
source ./tet1/bin/activate
bcrypt
pyopenssl
pyinstaller
pip3 install -r requirements.txt
socket
sqlite3
- creating certificate for server side python createsert.py
server.py - console server
client.py - console client
uiclient.py - tkinter based GUI client



