Metadata-Version: 2.1
Name: moteus-gui
Version: 0.3.92
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

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