Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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