Skip to content

Simple digital clock using python and tkinter library.

Notifications You must be signed in to change notification settings

Supp-2020/digiclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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! 😶‍🌫

About

Simple digital clock using python and tkinter library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages