0% found this document useful (0 votes)
62 views14 pages

Alarm Clock With GUI

The document describes a project to create an alarm clock application with a graphical user interface (GUI). The project aims to build a basic alarm clock that can be used across operating systems. It will ring at the set time and display a message about upcoming tasks. The alarm clock is created using Python programming language along with Tkinter for GUI, datetime for time/date, and pygame for sound. Sample screenshots show the interface before and after setting the alarm. The project helps learn GUI libraries, programming concepts like conditional statements.

Uploaded by

Àkash Shukla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views14 pages

Alarm Clock With GUI

The document describes a project to create an alarm clock application with a graphical user interface (GUI). The project aims to build a basic alarm clock that can be used across operating systems. It will ring at the set time and display a message about upcoming tasks. The alarm clock is created using Python programming language along with Tkinter for GUI, datetime for time/date, and pygame for sound. Sample screenshots show the interface before and after setting the alarm. The project helps learn GUI libraries, programming concepts like conditional statements.

Uploaded by

Àkash Shukla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 14

Alarm Clock

With GUI
TEACHER NAME : DR. SHABIR ALI

Group Member : Akash Shukla


Nikhil Kumar
Problem Statement

• In Todays world alarm clocks or alarm systems are


playing an important role in our day to day life.
• Alarm clocks or alarm systems can be used in
different fields like in industries and in theplaces
where timer clocks are used.
Project Objective
o There are several alarm clocks and alarm systems present,
but at this time we are just trying to make a very basic level
alarm clock which will be made for any Operating system.
• We are making this alarm clock using
a programming language which
we can use in any operating system
Project Outcome
 We are making a alarm clock for an operating System
which rings at the setted time and Also lpops up a message
about the work which is to done .
 After making this Project we are able to use GUI libraries
and learn the basics of the programming language which we
are using in this project.
 We learn the concept of conditional statement
Software and Hardware Used
 Python Programming language
 Tkinter library - for GUI
 Datetime Library - for current Time and date
 Pygame library - for Playing Sound
 Operating system
 Computer or laptop
Sample Screen Shorts of Project and code
Without Setting Button
Before Setting Alarm
After Setting Alarm
When Alarm start ringing;
Code :

You might also like