doclick is a Python library working as a programmable pseudo-language simulating desktop actions such as clicking, sending keys etc.
Use the package manager pip to install doclick.
pip install doclick
import doclick.doclick_core as dc
dc.execute_script("script.txt")
script.txt contains:
Click(100,100)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.