Developed a GUI application using Python's `tkinter` library. It implements a Pomodoro timer with customizable work and break intervals that provides a visual countdown timer on a tomato image.
Features:
Uses a GUI created with Tkinter, using canvases and labels for styling, Implements timers via the `window.after()` method, Implements the Pomodoro Technique with work and break timers
Key Learnings:
This project provided practical experience in building GUI applications with Tkinter, handling timing and user feedback.