OLA Plug DLL Helper - Python wrapper for OLAPlug DLL
Project description
OLA Plug DLL Helper
Python wrapper library for OLAPlug DLL, providing automation and hardware interaction capabilities on Windows.
Installation
pip install ola_plug
Quick Start
from ola_plug import OLAPlugDLLHelper
# Create an instance
instance = OLAPlugDLLHelper.CreateCOLAPlugInterFace()
# Use the library
print(f"Version: {OLAPlugDLLHelper.Ver()}")
# Clean up
OLAPlugDLLHelper.DestroyCOLAPlugInterFace(instance)
Features
- DLL function wrapper for OLA Plug hardware
- Window binding and automation
- Graph-based path planning
- GUI drawing capabilities
- Assembly code support
- Mouse and keyboard automation
Requirements
- Windows operating system
- Python 3.7+
- OLAPlug_x64.dll (included with hardware)
Documentation
For detailed API documentation, please refer to the official documentation.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ola_plug-1.0.0.tar.gz.
File metadata
- Download URL: ola_plug-1.0.0.tar.gz
- Upload date:
- Size: 85.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3acf4c98c8dc485aa7f7f0d90fb1407577d0a3acb48000848653b4876b79db6
|
|
| MD5 |
813383e361fff6d068c7227136868a5a
|
|
| BLAKE2b-256 |
a4e8c773e21dcda75b06419f42cd1adaf1bdd42c71627f7f425228bf6d7355c6
|
File details
Details for the file ola_plug-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ola_plug-1.0.0-py3-none-any.whl
- Upload date:
- Size: 84.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbf573cdf360a8cbcce81304c94db929cf558fb78a8d7312ce09757b7fc0695d
|
|
| MD5 |
5b8a5f123ed1e5960b3abb46aa8303e2
|
|
| BLAKE2b-256 |
66bdc77a88e085f7f093edc260738a8a4165b178de09a45c8fab0093de5edc84
|