MacroLib
Python3 Macro Library.
Warning
This has only been tested on linux (debian) I am not sure if this works on others operating systems, I will test later
How To Install
pip install MacroLib
Dependencies
pip install pyautogui
pip install opencv-python
pip install caer
Example
import MacroLib as Macro
Macro.move(100, 100)
for i in range(10):
Macro.click()
Documentation
Ill add docs later
To-Do
-
Add More Functionallity
-
Add Package To Pypi
Release files for MacroLib 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| MacroLib-1.0.0.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| MacroLib-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.5 kB
Release files / MacroLib-1.0.0.tar.gz
| Download URL | MacroLib-1.0.0.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a54c8b67339e1458cd6bb167677891deacc71aa48c6fb05b9421823f669c75a9
|
|
BLAKE2b-256 checksum How to use checksums |
12caf0eec0b19489b7d89e36cc484c48507e0b4a8adb18a9ae7e2984933c43a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.2
|
Release files / MacroLib-1.0.0-py3-none-any.whl
| Download URL | MacroLib-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b6878d7139c55cea267d1107e0f263e7543c60426a295f11787b2edc2a1cee9f
|
|
BLAKE2b-256 checksum How to use checksums |
511019a3fce7de047e2fe53d09fcef96d1956a6f621eaf60603dbc27a9236655
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.2
|