This is a simple Python-based study timer that allows users to set a countdown in minutes. It provides a real-time countdown display and plays a beep sound when the timer ends.
- Allows users to set a custom study duration.
- Displays a live countdown timer in
MM:SSformat. - Plays a beep alert when the timer ends.
- Supports KeyboardInterrupt (Ctrl+C) to stop the timer.
- Handles invalid inputs gracefully.
- Python 3+
- Windows OS (since
winsoundis Windows-only)
Clone the repository:
git clone https://github.com/your-username/study-timer.git
cd study-timer