This app will play typewriter sound while typing on the keyboard.
pip3 install -r requirements.txtpython3 app.py- Or
Start
app.exeinside dist folder
- Make sure the
soundsfolder is in the same folder as app - The .exe app may be detected as a virus, because the script listen for key presses, but it is not a virus.
- You can generate your own .exe with
pyinstaller -F app.py