https://github.com/makerdiary/terminal-s
A super simple serial terminal
https://github.com/makerdiary/terminal-s
python serial-port terminal
Last synced: 2 months ago
JSON representation
A super simple serial terminal
- Host: GitHub
- URL: https://github.com/makerdiary/terminal-s
- Owner: makerdiary
- Created: 2020-05-19T00:43:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T09:00:43.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T07:19:14.023Z (3 months ago)
- Topics: python, serial-port, terminal
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 51
- Watchers: 2
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Terminal S
==========[](https://pypi.org/project/terminal-s/)
A super simple serial terminal with [about 100 lines of Python code](terminal_s/terminal.py)

## Features
+ auto-detect serial port
+ list available ports to choose## Install
```
pip install terminal-s
```## Run
```
terminal-s
```On windows, you can also type Win + r and enter `terminal-s` to launch it.
## Package
```
pip install pyinstaller
pyinstaller terminal-s.spec
```