Programmable pseudo-language simulating desktop actions such as clicking
Project description
doclick
doclick is a Python library working as a programmable pseudo-language simulating desktop actions such as clicking, sending keys etc.
Installation
Use the package manager pip to install doclick.
pip install doclick
Usage
import doclick.doclick_core as dc
dc.execute_script("script.txt")
script.txt contains:
Click(100,100)
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
doclick-0.1.7.tar.gz
(4.6 kB
view hashes)