Python Micro Project
Python Micro Project
Sr.
Characteristic to be Poor Average Good Excellent
No.
assessed (Marks 1-3) (Marks 4-5) (Marks 6 - 8) (Marks 9-10)
(A) Process and Product Assesssment (Convert above total marks out of 6 marks)
1 Relevance to the Course
Literature Survey /
2
Information Collection
Completion of the Target as
3
per project proposal
Analysis of data and
4
representation
5 Quality of Prototype / Model
6 Report Preparation
(B) Individual Presentation / Viva (Convert above total marks out of 4 marks)
8 Presentation
9 Viva
Micro – Project Evaluation Sheet:
Process Assessment Product Assessment
Part Part
Project Individual Total
A – project B – Project
Methodology Presentation / Marks
Proposal Report / Working
Name of Student (2 marks) Viva(4 marks) 10
(2 marks Model(2 marks)
Kate Gayatri
Comments / Suggestions about team work / leadership / inter – personal communication (if any)
Any Other Comment
MICRO PROJECT
Academic year: 2022-23
TITLE OF PROJECT
Digital Clock In Python
CERTIFICATE
This is to certify Kate Gayatri Madhukar of 6th Semester of Diploma in Computer
Technology of Institute, Shri H.H.J.B. Polytechnic, Chandwad (Code: 0079) has
completed the Micro-Project satisfactorily in Subject Programming With Python (22616)
for the academic year 2022-2023 as prescribed in the curriculum.
Place: CHANDWAD
Date:
Seal of
Institute
INDEX
1 Brief Introduction
3 Action Plan
4 Resources Required
Part B
1 Brief Description
7 Skill Developed
8 Applications of Microproject
PART A-Plan
3. Proposed Methodology-
I can build a game where the user selects a range of numbers to guess.
Assume User selected a range, i.e., from A to B, where A and B belong to Integer.
The user has to guess an integer selected by the system within the minimum number of
guesses
4. Action Plan-
5. Resources Required:
Sr.No Name of Resource/Material Specification Quantity Remarks
1. Computer (Desktop/Laptop) I5,RAM 8GB 1
2. Microsoft office word 2010 1
3. Books
4. Websites
5. Softwares Python IDLE 1
PART B-Plan
1. Brief Description:
The great part of creating your own GUI apps is that you can customize them however you
want. From text font to background color, all features are available for customization.In this
Project I create a digital Clock Using Tkinter Library In Python Programming In this
section, I will show you how to create a digital clock. This is a simple task to get started with
the Tkinter library in Python, which is a built-in package that comes with Python. Tkinter has
some cool features that can be used to build simple apps.
def display_time():
hour = str(time.strftime("%H"))
minute = str(time.strftime("%M"))
second = str(time.strftime("%S"))
elif int(hour) == 0:
hour = str(12)
hour_label.config(text = hour)
minute_label.config(text = minute)
second_label.config(text = second)
hour_label.after(200, display_time)
if __name__ == "__main__":
gui_root = Tk()
gui_root.title("Digital Clock")
gui_root.geometry("650x250+650+250")
gui_root.resizable(0, 0)
gui_root.config(bg = "#2C3C3F")
header_frame.pack(pady = 15)
body_frame.pack()
header_label = Label(
header_frame,
text = "Digital Clock",
font = ("consolas", "14", "bold"),
bg = "#2C3C3F",
fg = "#CAF6FF"
)
header_label.pack()
6. Output of Micro-Project:
7. Skill Developed:
8. Applications of Microproject:
A microproject is a short-term fundraising effort to help achieve a specific activity or
support a specific individual. Microprojects are a great fundraising tool that helps you
capture the attention of donors with a specific, actionable goal and an urgent giving
deadline.