https://github.com/sahilkhanna/sp-ui-tool
SerialPort UI tool
https://github.com/sahilkhanna/sp-ui-tool
embedded python sequences serial uart
Last synced: about 1 year ago
JSON representation
SerialPort UI tool
- Host: GitHub
- URL: https://github.com/sahilkhanna/sp-ui-tool
- Owner: sahilkhanna
- License: mit
- Created: 2022-07-04T05:00:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T10:48:05.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T11:49:37.283Z (over 1 year ago)
- Topics: embedded, python, sequences, serial, uart
- Language: Python
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Portty
[](https://github.com/sahilkhanna/sp-ui-tool/actions)
[](https://github.com/sahilkhanna/sp-ui-tool/releases/)
[](https://github.com/sahilkhanna/sp-ui-tool/blob/master/LICENSE)
[](https://github.com/sahilkhanna/sp-ui-tool/)
__Serial Port Gui Tool__

## 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
```