Metadata-Version: 2.1
Name: mousecontroller
Version: 1.0.1
Summary: A python package to easily control the mouse in realistic and fluent ways.
Home-page: https://pypi.org/project/mousecontrols/
Author: Freddie Rayner
Author-email: freddie.rayner.w@gmail.com
License: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# mousecontroller
### Installation
install latest version:
`python -m pip install mousecontroller`

upgrade to latest version:
`python -m pip install --upgrade mousecontroller`

install specific version:
`python -m pip install mousecontroller==1.0.0`

### Why use this module?
This module was created to make coding as simple and efficient as possible. With easy to use functions, and self-explanatory methods, this module is the easiest way to gain control of your mouse pointer.
