Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.3 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.3 KB

Digital Clock

Table of Contents

General Information

Simple digital clock with Python3 and with help of tkinter library (Python's standard GUI package).

Prerequisites

  • Python Functions basics
  • tkinter package(GUI)
  • time module

Installation

Install Python 3.10 from here

Install tkinter package for Windows,

pip install tk

How to Run

  1. Clone this repository and Run the program:
$ git clone https://github.com/Supp-2020/digiclock
$ cd digiclock
$ python digiclock.py

OR

  1. Click Download ZIP from the options and extract it.

Screenshots

  • After running the program output will be similar to as show below: Output image

  • In the background command prompt will be running. So every 200 milliseconds it will be updating the values of time. Cmd image

Contributions

MADE BY : Supp-2020

Pull requests are welcomed. For any major changes! 😶‍🌫