Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalebu/digital-clock-in-python
A digital clock application made with python and tkinter
https://github.com/kalebu/digital-clock-in-python
digital-clock gui pyt python python-3 python-programming python-project-beginner python-projects python-tanzania tanzania tkinter-library
Last synced: about 2 months ago
JSON representation
A digital clock application made with python and tkinter
- Host: GitHub
- URL: https://github.com/kalebu/digital-clock-in-python
- Owner: Kalebu
- Created: 2020-04-20T06:24:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T19:16:59.000Z (7 months ago)
- Last Synced: 2024-11-08T07:25:15.795Z (about 2 months ago)
- Topics: digital-clock, gui, pyt, python, python-3, python-programming, python-project-beginner, python-projects, python-tanzania, tanzania, tkinter-library
- Language: Python
- Homepage: https://kalebujordan.dev/how-to-make-a-digital-clock-in-python/
- Size: 17.6 KB
- Stars: 31
- Watchers: 3
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital-clock-in-Python
Intro
-----
This is a code for a simple **digital clock** made in python
with help of the **time** module and **Tkinter** libraryHow to run
---------Firstly download or clone this repo and then move into the project folder as shown below;
```bash
$-> git clone https://github.com/Kalebu/Digital-clock-in-Python
$-> cd Digital-clock-in-Python
$ Digital-clock-in-Python -> python app.py
```Output
--------
Once you run the code, it will render the output similar to what shown below;![digital_clock](https://user-images.githubusercontent.com/77124662/130321144-3776737b-dc39-4914-b19b-081aed8906b8.PNG)
This code is the continuation of a series of Python tutorial published
on [my blog](kalebujordan.com), and the full article with code for can
be found on [Make a Digital Clock](https://kalebujordan.com/how-to-make-a-digital-clock-in-python/)Give it a star :tada:
--------------
Did you find this information useful, then give it a starCredits
-----------
All the credits to [kalebu](github.com/kalebu)