Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T09:00:43.000Z (over 3 years ago)
- Last Synced: 2024-10-11T00:47:44.774Z (4 months ago)
- Topics: python, serial-port, terminal
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 49
- Watchers: 3
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Terminal S
==========[![](https://img.shields.io/pypi/v/terminal-s.svg)](https://pypi.org/project/terminal-s/)
A super simple serial terminal with [about 100 lines of Python code](terminal_s/terminal.py)
![](https://user-images.githubusercontent.com/948283/82290238-050e5600-99d9-11ea-9b36-50fb12471e95.png)
## 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
```