Metadata-Version: 2.1
Name: motorcontrollib
Version: 0.1.0
Summary: A Motor Control Library for Python
Home-page: https://github.com/wDove1/Motor-Control-Python
Author: William Dove
Author-email: williamtdove@gmail.com
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Motor Control Python
A motor control library for Python currently supporting one motor with more to be added in the future.
This was originally created to control motors for my computer science project but should be useful in multiple applications.
Also can I say this is my first project on Github and I am still at school so please understand if anything is not quite up to scratch.
## Installation
Installed through pip install motorcontrollib.

## Usage
once downloaded import through 'from motorcontrollib import Motor'.

## Release Notes

## Plans
Add motors
Add performance profiling to allow more accurate performance on different devices.

## Credits
Thanks to Matt at https://www.raspberrypi-spy.co.uk/ for the motor control script that got this project started.

## License
This is made available under an Apache v2.0 license.


