Skip to content

sheikh-mohammad-rakib/digital_clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Digital Clock

A real-time digital clock with date and time using Tkinter.

Features

  • Displays current time in HH:MM:SS format
  • Displays current date in Month Day, Year format
  • Updates every second

How to Run

  1. Clone the repository:
    git clone https://github.com/sheikh-mohammad-rakib/digital_clock.git
    cd digital_clock
  2. Ensure you have Python installed on your system.
  3. Create a virtual environment:
    python -m venv venv
  4. Activate the virtual environment:
    • On Windows:
      .\venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate
  5. Install necessary libraries:
    pip install tk
  6. Run the Digital_Clock.py script using Python:
    python Digital_Clock.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages