Kabhishek18 / python_project

A collection of python projection beginner to master
The Unlicense
5 stars 2 forks source link

Develop an Alarm Clock #1

Closed Kabhishek18 closed 1 year ago

Kabhishek18 commented 1 year ago

Develop an Alarm Clock This project requires good knowledge of Python and GUI (Graphic User Interface). Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit. All the modules used need not be downloaded beforehand like the other libraries like NumPy, thus this project will be user friendly and accessible in any virtual environment used for python programming.

tanya4067 commented 1 year ago

created a simple alarm clock, please check and review!