A real-time digital clock with date and time using Tkinter.
- Displays current time in HH:MM:SS format
- Displays current date in Month Day, Year format
- Updates every second
- Clone the repository:
git clone https://github.com/sheikh-mohammad-rakib/digital_clock.git cd digital_clock
- Ensure you have Python installed on your system.
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- On Windows:
.\venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
- Install necessary libraries:
pip install tk
- Run the
Digital_Clock.py
script using Python:python Digital_Clock.py