# terminal-s **Repository Path**: renyucjs/terminal-s ## Basic Information - **Project Name**: terminal-s - **Description**: 一个简易的python 串口终端,基于开源项目:https://github.com/makerdiary/terminal-s修改改,增加xmodem发送等功能,原项目作者 Yihui Xiong。 - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-18 - **Last Updated**: 2023-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 + xmodem send ## 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 ```