Metadata-Version: 2.1
Name: terminal-s
Version: 0.0.2
Summary: A super simple serial terminal
Home-page: https://github.com/makerdiary/terminal-s
Author: Yihui Xiong
Author-email: yihui.xiong@hotmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pyserial
Requires-Dist: py-getch
Requires-Dist: colorama
Requires-Dist: click

Terminal S
==========

[![](https://img.shields.io/pypi/v/terminal-s.svg)](https://pypi.org/project/terminal-s/)

A super simple serial terminal has about 100 lines Python code.

+ auto detect serial port
+ list available ports to choose
+ support terminal color

## Install
```
pip install terminal-s
```

## Run
```
terminal-s
```

On windows, you can also type <kbd>Win</kbd> + <kbd>r</kbd> and enter `terminal-s` to launch it.


