Alarm Clock With GUI
Alarm Clock With GUI
1.Brief Description :-
4.Proposed Methodology:-
Prepare
20.03.2019
8. Report on
3:00 to 5:00
Micro Project
Resources used:-
3. Internet Google 1
2.Brief Description :
(Program code used for conduction micro project if any with out put)
def actual_time():
set_alarm_timer = f"{hour.get()}:{min.get()}:{sec.get()}"
alarm(set_alarm_timer)
clock = Tk()
clock.title("DataFlair Alarm Clock")
clock.geometry("400x200")
time_format=Label(clock, text= "Enter time in 24 hour format!",
fg="red",bg="black",font="Arial").place(x=60,y=120)
addTime = Label(clock,text = "Hour Min Sec",font=60).place(x = 110)
setYourAlarm = Label(clock,text = "When to wake you
up",fg="blue",relief = "solid",font=("Helevetica",7,"bold")).place(x=0,
y=29)
clock.mainloop()
#Execution of the window.
6.Actual Resources used:-
4. Pc I3processor,4Gb , 1
500GB
5. Software Pycharm IDE 1
6. Internet Google 1
7.Action plan :-
Name of
Sr. Planned Planned Responsible
Details of Activity
No. start Date Finish Date Team
Members
Gathering The Raw
1. Information Related
To Project
2. Analysis Kumbhar
vaishnavi.S
3. Designing
4. Implement of Coding Shinde
Vaishnavi.B
5. Testing of Project
6. Deployment of Module Joshi Shivani.S
Swati Kedase.
7. Prepare Out Put
Prepare Report on
8.
Micro Project
Outputs of the Micro-project:-
7.Skill Developed / Learning outcome of this Micro-Project:-
We learn that how to make the project of the menu driven programming in C
We learn that how to edit the program and how to do the presentation for the project.