ProgressCountdown is a simple yet elegant desktop countdown timer built with Python and PyQt5.
It visualizes the progress between a selected start and end date using a circular progress arc and displays the remaining time in days, hours, and minutes.
- π Select custom start and end dates
- β²οΈ Displays remaining time and progress percentage
- Python 3.x
- PyQt5
Install dependencies:
pip install PyQt5π How to Run
python progress_countdown.pyThe progress will update live and show a visual countdown.