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

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.

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` package

Install with:

```bash
pip install -r requirements.txt