Skip to content

Tlaloc-Es/xdotool

Repository files navigation

XDOTOOL

Downloads Stars

Library to use xdotool with python.

Prerequisites

Ubuntu

sudo apt-get install xdotool

Instalation PyPI

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 .