A python script to detect finger snapping to enter a keyboard input (mainly used for powerpoint presentations)
Step 3: Open your desired terminal and run git clone MasterCraft6969/Finger-Snap-Detector && cd Finger-Snap-Detector && pip install -r requirements.txt && python snapdetect.py
You can pause or resume detection by pressing p while the python shell is highlighted.
You can kill the script by pressing c because KeyboardBreak won't work as the keyboard is being picked up to look for keypresses so it is intercepted (that's my explanation at least)