countdown-py

I just learned how to create this small project, I am still new to this library and I still need to add more things to this simple application

Installation

pip install tkinter

Usage

from tkinter import *
import time

window = Tk()

Screenshot

image