Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 seconds

Ensure you have `pygame` installed and an audio file named `alarm.mp3` in the same directory as the script.