This has the basics of how to make a timer and alarm clock with the simplest code With simplest UI
Modules used are
- from tkinter import *
- from tkinter import *
- from time import *
- from tkinter import ttk
- import time
- import datetime
- from playsound import playsound
First Interface with TIMER
How the Display runs
First Interface with ALARM CLOCK
When it hits the TIME