Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 627 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 627 Bytes

Terminal S

A super simple serial terminal with about 100 lines of Python code

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