- Runs entirely in the command line (terminal)
- Easy setup using pip
- Potential for new features and open-sourced for everybody
- Python 3.6+
- pip3
- Under Linux/OS X, you need to be root in order to use the required keyboard library
- Open a terminal, navigate to the project folder
- if using Linux/OS X: enter root mode
sudo su
- Install the library dependencies via pip:
python -m pip install -r requirements.txt
. More info here
- Open a terminal, navigate to the project folder
- run
python3 main.py
- Create a new Python project
- Automatically install packages via the requirements.txt file and the official instructions (Best use a virtualenvironment to separate library dependencies between projects)
- Start in a terminal window outside the IDE, Navigate to the project folder and run python3 main.py