Serial Port Gui Tool
Create Virtual environment
python -m venv .venv
Activate virtual environment
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
python entry.py
Make sure to run this in the virtual environment.
pyinstaller --name="Porty" --noconsole --onefile entry.py