HEMANTT
HEMANTT
PROJECT REPORT ON
GROUP MEMBERS:
NAME HEMANT
ROLL NO
CERTIFICATE
Last but not the least, we would like to thank all those
who had help directly or indirectly towards the completion of
this project.
01 INTRODUCTION
03 PROPOSED SYSTEM
04 PYTHON INTRODUCTION
05 MYSQL INTRODUCTION
INSTALLING PROCESS
07
SOURCE CODE
08
OUTPUTS
09
BIBLIOGRAPHY
10
PROJECT ON
COMPUTER INSTITUTE
MANAGEMENTSYSTEM
1) INTRODUCTION
Note:
Today one cannot afford to rely on the fallible human beings of be really
wants to stand against today’s merciless competition where not to wise
saying “to err is human” no longer valid, it’s outdated to rationalize
your mistake. So, to keep pace with time, to bring about the best result
without malfunctioning and greater efficiency so to replace the unending
heaps of flies with a much sophisticated hard disk of the computer.
One has to use the data management software. Software has been an
ascent in atomization various organizations. Many software products
working are now in markets, which have helped in making the
organizations work easier and efficiently. Data management initially had
to maintain a lot of ledgers and a lot of paper work has to be done but
now software product on this organization has made their work faster and
easier. Now only this software has to be loaded on the computer and
work can be done.
This prevents a lot of time and money. The work becomes fully
automated and any information regarding the organization can be
obtained by clicking the button. Moreover, now it’s an age of computers
of and automating such an organization gives the better look.
4) PYTHON INTRODUCTION
MySQL is a fast, easy-to-use RDBMS being used for many small and
big businesses. MySQL is developed, marketed and supported by
MySQL AB, which is a Swedish company. MySQL is becoming so
popular because of many good reasons −
• MySQL is released under an open-source license. So you have
nothing to pay to use it.
Hardware requirements
• computer, for coding and typing the required documents of the project.
• printer, to print the required documents of the project.
• compact drive
• processor:i5 7th Generation
• ram: 6Gb
• hard disk: 1 TB
Software requirements
Note:
• Allow the user to input their number, name, desired course, DOB, Phone number
and address.
• Allow the administrator to delete an enrollment, edit the name , course, address ,
DOB and phone number of a candidate.
conn=sql.connect(host='localhost',user='root',passwd='12345',ch
a rset="utf8")
mycursor=conn.cursor()
successfully..") mycursor=conn.cursor()
mycursor.execute("use "+db) tablename=input("name of table to be
if conn.is_connected():
print("Successfully Connected")
else:
print('not connected')
c1=conn.cursor()
print('5.HTML') print('6.Javascript')
v_course=='Python':
v_course='Python
v_course=='C':
v_course='C'
fees=8000
elif v_course=='BASIC':
v_course='BASIC'
fees=10000 elif
v_course=='HTML':
v_course='HTML'
fees=4000 elif
v_course=='Javascript':
v_course='Javascript'
fees=9000
({},'{}','{}','{}','{}',{},'{}','{}')".format(v_admno,v_candida
t ename,v_gender,v_DOB,v_course,fees,v_address,v_phoneno)
print(" Your
fees
for",v_course,"is",fees)
if choice==2:
uname=input("Enter Username:")
passwd=input("Enter Password:")
u_name='root' pass_wd='12345' if
print("
if option==1:
={}".format(change_adm_no)
c1.execute(V_SQL_Insert
) print("") print("
Successfully removed")
conn.commit()
={}".format(change_name,change_adm_no)
c1.execute(V_SQL_Insert) print("")
print("
Successfully edited")
conn.commit()
#To change course of the candidate:
if option==3:
change_adm_no=int(input("Enter the admission number
change_course=='JAVA': change_course='JAVA'
elif change_course=='Python':
change_course='Python' elif
change_course=='C':
change_course='C' elif
change_course=='BASIC':
change_course='BASIC'
elif change_course=='HTML':
change_course='HTML'
={}".format(change_course,change_adm_no)
c1.execute(V_SQL_Insert
) print("") print("
Successfully modified")
conn.commit()
if option==4:
print('change address') a=int(input('enter
c1.execute(V_SQL_Insert
Successfully edited")
if option==5:
c1.execute(V_SQL_Insert
Successfully edited")
if option==6:
c1.execute(V_SQL_Insert
Successfully edited")
else:
print(" Wrong
Username or Password")
if choice==3:
print("
print("
print("
print("
print("
Date Of Birth : ", row[3])
print("
print("
if choice==4:
print('
Thank
You')
OUTPUT SCREEN
(After enrolling 4 candidates)
BIBLIOGRAPHY