Marriage Bureaue Project(IP)
Marriage Bureaue Project(IP)
PROJECT WORK
1
ON
MARRIAGE BEAUREAW MANAGEMENT
SUBMITTED BY
NAME-VIKAS KUMAR
CLASS- XII A
ROLL NO.-22697806
UNDER GUIDANCE- Mr. Anup Kumar Singh
2
DECLARATION
Signature of student:………….
Date:………….
3
ACKNOWLEDGEMENT
Name:-Vikas Kumar
Enrollment:-22697806
4
INDEX
Topic Page no.
06
TOOLS AND PLATFORM USED
My SQL Database 07
Python 10
11-20
INPUT(CODING)
21-27
PYTHON (OUTPUT)
5
TOOLS AND PLATFORM USED
SOFTWARE
Operating system: WINDOWS 10(64-bit)
Front END : PYTHON 3.7
Back END :My SQL Server 8.0 or Higher
HARDWARE
Processor : AMD A8
6
My SQL Database
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 –
In this project MySQL server and Python connector is used. MySQL server
is used to store the data and MySQL-Python connector is used to connect
the program of Python to MySQL server client.
TABLE STRUCTURE
7
8
9
Python
Python is a popular programming language. It was created by
Guido van Rossum, and released in 1991.
It is used for:
10
CODING
='root')
c1=conn.cursor()
11
c1.execute("create database marriage_bureaw_management")
c1.execute("use marriage_bureaw_management")
(255),phone_no bigint)")
(255),phone_no bigint)")
password int(20))")
conn.commit()
12
Main Python program
print("\n")
print(" _ _\n |||°°°°°°°°\n ||| °°°° \n ||| °°°°\n ||| °°°° \n |||
print("\n")
|||| \n ||||\n ||||\n ||||\n ||||\n ||||\n ||||\n ||||\n ||||\n ||||
anya's")
print("\n")
print(" _ _\n |||°°°°°°°°\n ||| °°°° \n ||| °°°°\n ||| °°°° \n |||
conn=sql.connect(host='localhost',user='root',passwd='root',dat
abase='marriage_bureaw_management')
cur = conn.cursor()
13
print('*****************************************************MARRIAG
E BUREAW
MANAGEMENT**************************************************')
print('1.REGISTER')
print('2.LOGIN')
if n== 1:
print()
cur.execute(V_SQLInsert)
conn.commit()
print()
14
if n==2 :
print()
cur.execute(V_Sql_Sel)
if cur.fetchone() is None:
print()
else:
print()
conn=sql.connect(host='localhost',user='root',passwd='root',dat
abase='marriage_bureaw_management')
if conn.is_connected():
c1=conn.cursor()
15
print('______________________________________________
SERVICE
__________________________________________________
_____')
c='y'
while c.lower()=='y':
print('=======================')
print("1.provide details")
if choice==1:
print('==========================')
16
if choice==2:
print('========================')
if choice == 5 :
c1=conn.cursor()
values( '{}','{}','{}','{}','{}','{}','{}')".format(a,b,c,d,e,f,g)
c1.execute(sql_insert)
17
conn.commit()
if choice==6:
c1=conn.cursor()
values( '{}','{}','{}','{}','{}','{}','{}')".format(h,i,j,k,l,m,n)
c1.execute(sql_insert)
conn.commit()
18
if c =='y' :
continue
else:
WEBSITE' )
print('VISIT AGAIN')
if choice==3:
profession='{}'". format(prof))
data= c1.fetchall()
for i in data:
t',data [0][3],'\t\t',data[0][4],'\t\t',data[0][5],'\t\t',data[0][6],'\t\t')
if c =='y' :
19
continue
else:
WEBSITE' )
print('VISIT AGAIN')
print('=========================')
if choice==4:
appearence='{}'". format(appearence))
data= c1.fetchall()
for i in data:
t',data [0][3],'\t\t',data[0][4],'\t\t',data[0][5],'\t\t',data[0][6],'\t\t')
if c =='y' :
20
continue
else:
WEBSITE' )
print('VISIT AGAIN')
21
22
MENU
23
24
TO REGISTER
TO PROVIDE DETAILS
25
TO LOGIN
26
27
MAIN MENU 2
28
TO SEARCH BRIDE OR GROOM
29
LIMITATIONS
30
BIBLIOGRAPHY
31