Metadata-Version: 2.1
Name: moteus-gui
Version: 0.3.61
Summary: moteus brushless controller graphical user interfaces
Home-page: https://github.com/mjbots/moteus
Author: mjbots Robotic Systems
Author-email: info@mjbots.com
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: >=3.7, <4
Description-Content-Type: text/markdown
Requires-Dist: asyncqt >=0.8
Requires-Dist: moteus >=0.3.26
Requires-Dist: matplotlib >=3.5
Requires-Dist: numpy
Requires-Dist: qtconsole >=0.5.2
Requires-Dist: qtpy >=2.0.1
Requires-Dist: PySide6 >=6.2 ; platform_system != "Linux"
Requires-Dist: PySide2 ; platform_system == "Linux"
Requires-Dist: msvc-runtime ; platform_system == "Windows"

# 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
```
