The project can be found here.
All python dependencies are listed in requirements.txt:
pip install -r requirements.txtLinux and MacOS users must install xdotool in order to send keystrokes to background window
Linux:
apt-get install xdotoolMacOS select one of the following:
brew install xdotool sudo port install xdotoolLinux users must install imagemagick package to be able to make screenshots by window id
sudo apt-get install imagemagick