Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 420 Bytes

Pomodoro Timer App

Overview

This is a simple Pomodoro Timer App that I created for personal use. It features a 1500-second timer (25 minutes), a start button, and a reset button. The app also tracks how long the timer has been running, displaying the total time in minutes and hours.

Used

  • Python 3
  • PyQt6

Want to do...

  • Add a way to track daily focus time for statistical purposes...