Library to use xdotool with python.
sudo apt-get install xdotool
You can install xdotool
from Pypi. It's going to install the library itself and its prerequisites as well.
pip install xdotool
You can install xdotool
from its source code.
git clone https://github.com/Tlaloc-Es/xdotool.git
cd xdotool
pip install -e .