Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 7 hours 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T10:48:05.000Z (over 2 years ago)
- Last Synced: 2023-03-06T20:27:53.820Z (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
[![Actions Status](https://github.com/sahilkhanna/sp-ui-tool/workflows/Build%20and%20Test/badge.svg)](https://github.com/sahilkhanna/sp-ui-tool/actions)
[![GitHub release](https://img.shields.io/github/release/sahilkhanna/sp-ui-tool.svg)](https://github.com/sahilkhanna/sp-ui-tool/releases/)
[![GitHub license](https://img.shields.io/github/license/sahilkhanna/sp-ui-tool.svg)](https://github.com/sahilkhanna/sp-ui-tool/blob/master/LICENSE)
[![GitHub branches](https://badgen.net/github/branches/sahilkhanna/sp-ui-tool)](https://github.com/sahilkhanna/sp-ui-tool/)__Serial Port Gui Tool__
![Porty](docs/porty.png?raw=true "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
```