A simple Python application that displays a scalable analog clock with customizable features using the Tkinter library. This clock can be configured to show the current time in different time zones, with options to display AM/PM, and to customize clock face and background colors.
- Real-time analog clock display
- Selectable time zone from a list of options
- Option to display AM/PM time format
- Customizable clock face color
- Customizable background color
- Customizable numbers color on the clock face
-
Clone this repository to your local machine:
git clone https://github.com/Arshadkh123/Analog-clock/
-
Make sure you have Python installed on your system.
-
Install the required libraries if not already installed:
pip install pytz.
4.Customize the clock by selecting different options for time zone, AM/PM display, clock face color, background color, and numbers color.
5.Enjoy your custom Scalable Analog Clock!
If you have any ideas, improvements, or bug fixes, feel free to open an issue or submit a pull request. Your contributions are highly welcomed!
-This project was created with the help of the Tkinter library for the GUI components. -Time zone information is provided by the pytz library.
- Clock design and inspiration came from various analog clock designs.