The Waffle Oak Clock App is a Python application that leverages the Turtle graphics library and Tkinter for creating an interactive clock validation cognitive exercise with various features. It incorporates elements of data visualization, logic puzzles, and interactive buttons.
-
Interactive Buttons: Includes buttons for validating time, loading the next clock, and toggling between light and dark themes.
-
Validation and Feedback: Validates user-inputted time and provides feedback on its correctness.
-
Modular Design: Organized into different modules for drawing functions, logic functions, and UI elements.
- Python 3.x
- Tkinter (standard GUI toolkit for Python)
- Turtle graphics library
- Clone the repository:
git clone https://github.com/your-username/waffle-oak-clock.git
2.Navigate to the project directory:
cd waffle-oak-clock
- Run the application:
python waffle_oak_clock.py
Upon running the application, you'll see an interactive window displaying the clock. Use the provided buttons to validate the time, load the next clock, and toggle between light and dark themes. Follow on-screen instructions for an engaging experience.