Metadata-Version: 2.4
Name: moteus_gui
Version: 1.1.1
Summary: moteus brushless controller graphical user interfaces
Author-email: mjbots Robotic Systems <info@mjbots.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/mjbots/moteus
Keywords: moteus
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: <4,>=3.7
Description-Content-Type: text/markdown
Requires-Dist: asyncqt>=0.8
Requires-Dist: moteus>=1.0.0rc1
Requires-Dist: matplotlib>=3.9
Requires-Dist: msvc-runtime; platform_system == "Windows" and python_version < "3.12"
Requires-Dist: PySide6>=6.6
Requires-Dist: qtconsole>=5.6
Requires-Dist: qtpy>=2.0.1
Requires-Dist: scipy>=1.14

# moteus GUI tools #

This package contains the `tview` graphical tool for interacting with
moteus controllers.

To install and run:

```
pip3 install moteus-gui
python3 -m moteus_gui.tview
```
