Skip to content

sahilkhanna/sp-ui-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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