Metadata-Version: 2.4
Name: tscope
Version: 0.1.2
Summary: A simple Python oscilloscope for displaying 1-dim dynamic data in the command line
Home-page: https://github.com/sszxc/TerminalScope
Author: Henrik
Author-email: Henrik <im.zhangxc@gmail.com>
Maintainer-email: Henrik <im.zhangxc@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/sszxc/TerminalScope
Project-URL: Issues, https://github.com/sszxc/TerminalScope/issues
Keywords: oscilloscope,terminal,visualization,real-time,data
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# TerminalScope

A very simple Python oscilloscope for displaying 1-dim dynamic data in the command line.

- Easy to integrate (no third-party libraries required)
- Typical use cases:
  - Accessing your Raspberry Pi via SSH and wanting to display sensor data in real-time
  - Debugging your motor PID controller and needing a simple graphical user interface

![screenshot](https://raw.githubusercontent.com/sszxc/TerminalScope/main/media/screenshot.png)
