The Python source in this directory reflects the state at v3.0.0 and is no longer updated. Install the latest version (now branded as Motionlayer Studio Desktop) from PyPI:
pip install -U tinymovrDocumentation: https://tinymovr.readthedocs.io
This is the Python client library and application that allows easy interfacing with the Tinymovr motor control board.
This is the most straightforward method to install Tinymovr studio and have access to hardware. We use pip3 to ensure Tinymovr is installed using Python 3 (required).
pip3 install tinymovr
First clone the Tinymovr repo to a local directory:
git clone https://github.com/yconst/Tinymovr
Then cd to the cloned repo directory and install in developer mode:
cd Tinymovr/studio/Python
pip3 install -e .
tinymovr
tinymovr_cli
Full documentation is available at Readthedocs.
Please visit the Discussions Page and the Discord Server to ask any questions. If you are unable to find an answer to your question, you are welcome to start a new discussion or ask away at our Discord server.
If you would like to propose a feature or think you have found a bug, open a new issue.