Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 24 hours 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:38:54.000Z (7 months ago)
- Last Synced: 2024-07-19T20:19:06.179Z (6 months ago)
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- 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.