Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Notice — Source moved private as of v3.0.0

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 tinymovr

Documentation: https://tinymovr.readthedocs.io


Studio Lint Test Code style: black

Tinymovr Studio Python

This is the Python client library and application that allows easy interfacing with the Tinymovr motor control board.

Installing using pip

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

Installing using git clone

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 .

Launching the GUI app

tinymovr

Launching the command line app

tinymovr_cli

Getting Help

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.

More information

Website and Store

Documentation