Metadata-Version: 2.1
Name: moteus-gui
Version: 0.3.17
Summary: moteus brushless controller graphical user interfaces
Home-page: https://github.com/mjbots/moteus
Author: mjbots Robotic Systems
Author-email: info@mjbots.com
License: UNKNOWN
Keywords: moteus
Platform: UNKNOWN
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: PySide2
Requires-Dist: asyncqt (>=0.8)
Requires-Dist: matplotlib
Requires-Dist: moteus (>=0.3.12)
Requires-Dist: qtconsole
Requires-Dist: qtpy
Requires-Dist: numpy ; platform_system == "Linux"
Requires-Dist: msvc-runtime ; platform_system == "Windows"
Requires-Dist: numpy (<=1.19.3) ; 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
```


