Covid Vaccination Record Computer Science Project File Class 12 Cbse
Covid Vaccination Record Computer Science Project File Class 12 Cbse
on
COVID
VACCINATION
RECORD
Mr.
K.V.
CERTIFICATE
This is to certify that ------ of class XII SCIENCE had initiated the computer science project
entitled “COVID VACCINATION RECORD” with his/her group members under my guidance
and has been developing it with satisfactory progress.
The progress of the project has been continuously reported and has been in my knowledge
consistently.
Mr.
ACKNOWLEDGEMENT
can be won;
DONE”.
This is an opportunity for us to convey our gratitude and immeasurable gratefulness to those who
helped in initiating this project that is still under development phase. I register my heartfelt and
deep sense of gratitude to my guide for suggesting the planned approach for this project work.
I express our heartfelt thanks to my parents for all their affection, well wishes and
encouragement in all spheres of my life.
I extend my heartfelt thanks to all the persons who have been helping me directly or indirectly in
my project work towards its completion. Finally, I acknowledge my following group members
for their assistance, suggestions, cooperation, and playing significant role during this ongoing
project:
1.
COVID
VACCINATION
RECORD
TABLE OF CONTENTS
PREFACE
INTRODUCTION TO PROJECT
OBJECTIVE OF THE PROJECT
SCOPE OF THE PROJECT
INPUT/OUTPUT REQUIREMENT
HARDWARE AND SOFTWARE REQUIREMENT
SYSTEM DESIGN
CODE/PROGRAM
OUTPUT SCREENSHOTS
REFERENCES
PREFACE
As last year COVID-19 vaccination program had been started so to keep all records safe this
system/program helps in recording the records of covid vaccination programs in a every
particular society or colony and to keep data safe in database, using python and mysql
Main purpose of this system is to play a better role in covid vaccination Program
This system records all the data related to covid vaccine (dose-1 or dose-2),new members and all
vaccinated and non-vaccinated people of a region. Using details like
✓ Aadhar Number
✓ Address
✓ Age
✓ Email I’d
✓ Contact Number
✓ Name of vaccine and dose records
INTRODUCTION TO PROJECT
The “COVID VACCINATION RECORD” has been developed to override the problems
prevailing in the practicing manual system. This software is supported to eliminate and in some
cases reduce the hardships faced by this existing system. Moreover this system is designed for
the particular need of the company to carry out operations in a smooth and effective manner. The
application is reduced as much as possible to avoid errors while entering the data. It also
provides error message while entering invalid data. No formal knowledge is needed for the user
to use this system. Thus by this all it proves it is user-friendly.
OBJECTIVE OF THE PROJECT
The main objective of the Project on COVID VACCINATION RECORD is to manage
the details of Members, Vaccination, Vaccination Record, Users.. It manages all the information
about Vaccination Record. The project is totally built at administrative end and thus only the
Administrator is guaranteed the access. The purpose of the project is to build an application
Program to reduce the manual work for managing the Vaccination completed in an area. It
Tracks all the details about the Members, Users, Vaccination Records. Functionalities provided
by COVID Vaccination Record are as follows:
❖ Provides the searching facilities based on various factors. Such as Society Members,
Vaccination name, Doses, Who are Vaccinated and who are not Vaccinated,
❖ COVID VACCINATION RECORD also manage the Vaccination details online for
Society Members, Vaccination.
❖ It tracks all the information of Vaccination.
❖ Manage the information of Society Members.
❖ Shows the information and description of the Members.
❖ To increase efficiency of managing the Vaccination Records.
❖ It deals with monitoring the information of
Members
Details(name,aadharno.,address,age,email,phone)
❖ Manage the information of Vaccination i.e. Vaccinated or not Vaccinated
❖ Editing, adding and updating of Records is improved which results in proper
resource management of Vaccination data.
❖ Manage the information of Society Members and Vaccination name (covaxin, covishield etc.)
SCOPE OF THE PROJECT
Scope of the project COVID VACCINATION RECORD. It may help collecting perfect
management in Details. In a very short time, the collection will be obvious, simple and sensible.
It will help a Person to know the management of passed year perfectly and vividly. It also helps
in current all Works relative to Vaccination Process. It will be also reduced the cost of collecting
the Management & collection procedure will go on smoothly. Our project aims at fast
Vaccination at short time very simply.
HARDWARE AND SOFTWARE REQUIREMENT
HARDWARE REQUIREMENT:
a) MINIMUM 1GB RAM
b) MINIMUM 40 GB HARD DISK
c) PROCESSOR( PENTIUM 4 or ABOVE)
SOFTWARE REQUIREMENT:
a) PYTHON 3.7
b) MY SQL
c) MYSQL CONNECTOR
OPERATING SYSTEM:
a) WINDOWS 8.0
b) WINDOWS 10
CODE/PROGRAM
import mysql.connector
db1 = None
def connect():
global db1
db1=mysql.connector.connect(host=”localhost”,user=”root”,
password=”123”,database = “Covid_Vac”,charset=”utf8”)
def showusers():
c1 = db1.cursor()
c1.execute(“select * from
#print(res)
print(“List of
res:
print(“-“ * 50)
print(“-“ * 50)
print(“\t LOGIN”)
pw = input(“Enter Password : “)
%s”
val = (un,pw)
c2 = db1.cursor()
c2.execute(q,val)
res =
c2.fetchall()
print(“-“ * 50)
if len(res) == 0:
“) print(“-“ * 50)
return False
else:
print(“Access Granted
return True
def addmember():
cursor1 = db1.cursor()
cursor1.execute(q,val)
db1.commit()
print(“Member Added
c1 = db1.cursor()
c1.execute(“select * from
#print(res)
print(“List of Members
“)
c2 =
db1.cursor() if d ==
“1”:
c2.execute(q,val)
db1.commit()
v2.execute(q,val)
db1.commit()
Successfully”) else:
def showvaccin():
c1 = db1.cursor()
where vaccination.aadharno=member.aadharno”)
res =
c1.fetchall()
#print(res)
“) print(“-“*40)
print(“Name\tVaccine\tAadhar No\tDose1\
tDose2”) print(“-“*40)
t”,val[1] , “\t” ,
val[0],”\t”,val[2],”\t”,val[3])
def shownotvaccinated():
c1 = db1.cursor();
res = c1.fetchall()
print(“List of Not Vaccinated Members
“) print(“-“*40)
print(“Name\tAadhar No\tPhone\tAddress\
tEmail”) print(“-“*40)
print(val[1],”\t”,val[0] ,”\t”,val[3],”\t”,val[2],”\
c1 = db1.cursor()
#print(res)
“) print(“-“*40)
print(“Name\tVaccine\tAadhar No\tDose1\
tDose2”) print(“-“*40)
t”,val[1] , “\t” ,
val[0],”\t”,val[2],”\t”,val[3])
connect()
print(“Connected”)
if login():
while True:
print(“-“ *
50)
print(“\t CHOOSE AN OPERATION “)
print(“-“ * 50)
print(“Press 7 – Quit”)
if ch == 1:
Addmember()
elif ch == 2:
Addvaccination()
elif ch == 3:
Showmembers()
elif ch == 4:
Showvaccine()
elif ch == 5:
Showduevaccine()
elif ch == 6:
Shownotvaccinated()
elif ch == 7:
break
OUTPUT SCREENSHOTS
REFERENCES
1. www.tutorialspoint.com
2. www.w3schools.com
3. www.datacamp.com
4. www.mysqltutorial.org