iTzfarbod / Digital-Clock

This code Creates a simple digital clock using Tkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digital Clock

A simple digital clock created using Python and Tkinter. Python

Features

  • Displays the current time in the format "HH:MM:SS AM/PM."
  • Refreshes every second to show the accurate time.
  • Stylish digital font for easy readability.

Installation

  1. Make sure you have Python installed on your system.

  2. Clone this repository to your local machine:

    git clone https://github.com/iTzfarbod/Digital-Clock.git
  3. Navigate to the project directory:

    cd Digital-Clock
  4. Run the digital_clock.py script:

    python digital_clock.py

Dependencies

  • Python 3.x
  • Tkinter (included with Python)

Contributing

Contributions are welcome! If you find any issues or want to enhance the clock, feel free to submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This code Creates a simple digital clock using Tkinter

License:MIT License


Languages

Language:Python 100.0%