Simple digital clock with Python3 and with help of tkinter library (Python's standard GUI package).
- Python Functions basics
- tkinter package(GUI)
- time module
Install Python 3.10 from here
Install tkinter package for Windows,
pip install tk
- Clone this repository and Run the program:
$ git clone https://github.com/Supp-2020/digiclock
$ cd digiclock
$ python digiclock.py
- Click Download ZIP from the options and extract it.
-
After running the program output will be similar to as show below:
-
In the background command prompt will be running. So every 200 milliseconds it will be updating the values of time.
MADE BY : Supp-2020
Pull requests are welcomed. For any major changes! 😶🌫