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