Create a timer hack
A simple script using python to set a timer that would go off, after the time specified by the user in seconds, along with an alarm sound.
NOTE: This script uses winsound package to create the alarm sound and thus might not work correctly in Linux and Mac environments.
Instructions to execute the script
- Have python (python3) and python-pip installed in the machine
- Execute the script
python main.py
Log in or sign up for Devpost to join the conversation.