https://github.com/official-imvoiid/cli-timer
A simple yet powerful Python command-line timer that lets you set countdowns across days or within the same day.
https://github.com/official-imvoiid/cli-timer
batchfile cli python script timer-application
Last synced: 5 months ago
JSON representation
A simple yet powerful Python command-line timer that lets you set countdowns across days or within the same day.
- Host: GitHub
- URL: https://github.com/official-imvoiid/cli-timer
- Owner: official-imvoiid
- License: mit
- Created: 2025-04-20T16:35:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-20T17:41:55.000Z (6 months ago)
- Last Synced: 2025-04-20T18:36:51.357Z (6 months ago)
- Topics: batchfile, cli, python, script, timer-application
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI-TIMER
A simple yet powerful Python command-line timer that lets you set countdowns across days or within the same day.# 🕒 TimeLeft - A Visual Countdown Timer
**TimeLeft** is a simple, GUI-based countdown timer built with Python. Set your custom start and end times, and visually track the remaining time with progress bars and alerts.
## ✨ Features
- 📆 Select start and end date using calendars
- 🕰️ Precise time selection with hours, minutes, seconds
- ⏳ Real-time countdown with visual progress bar
- 💥 ASCII-art alert when countdown ends
- 🪟 Designed For (Windows)---
## 🔧 Requirements
- Python 3.7+
- `tkcalendar` packageInstall with:
```bash
pip install -r requirements.txt