Simulates engine sounds from first principles
pip install -r requirements.txt --user
python main.py
PermissionError: The user (that this program is being run as) does not have permission to access the input events, check groups and permissions, for example, on Debian, the user needs to be in the input group.
sudo usermod -aG input $USER
su - $USER # or logout and login again