https://github.com/myke003/pyhon-timer
This project is a simple timer using Python's asyncio and pygame.mixer to play an alarm sound when the timer is complete.
https://github.com/myke003/pyhon-timer
Last synced: 4 months ago
JSON representation
This project is a simple timer using Python's asyncio and pygame.mixer to play an alarm sound when the timer is complete.
- Host: GitHub
- URL: https://github.com/myke003/pyhon-timer
- Owner: Myke003
- License: mit
- Created: 2024-07-18T13:30:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:38:54.000Z (12 months ago)
- Last Synced: 2025-01-29T18:14:19.561Z (6 months ago)
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Timer
Run the `timer.py` script and input the desired time in one of the following formats:
- `hh:mm:ss` (hours, minutes, and seconds)
- `mm:ss` (minutes and seconds)
- A plain number representing secondsEnsure you have `pygame` installed and an audio file named `alarm.mp3` in the same directory as the script.