Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1020 Bytes

readme.md

File metadata and controls

41 lines (28 loc) · 1020 Bytes

Portty

Actions Status GitHub release GitHub license GitHub branches

Serial Port Gui Tool

Porty

Setup

Create Virtual environment

python -m venv .venv

Activate virtual environment

.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt

Running the software

python entry.py

Create Windows distribution

Make sure to run this in the virtual environment.

pyinstaller --name="Porty" --noconsole --onefile entry.py