Project On Marriage Beuro
Project On Marriage Beuro
Project On Marriage Beuro
INTRODUCTION:
This program helps the users in providing their details to
the software user. This also helps the customer in
searching for a suitable bride on the basis of Profession
and also groom on basis of appearance. Once we fill the
search Column automatically the software will fetch the
related data available and displays it. The user can use
the registration number to view the Registered details.
This program can be used only if the Login ID and the
Password is correct.
PROPOSED SYSTEM:
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 out-dated 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 paperwork has to be
done but now software production 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.
SYSTEM DEVELOPMENT LIFE CYCLE (SDLC):
INITIATION PHASE
The Initiation Phase begins when a business sponsor
identifies a need or an opportunity.
The purpose of the Initiation Phase is to:
Identify and validate an opportunity to improve
business accomplishments of the organization or a
deficiency related to a business need.
Identify significant assumptions and constraints on
solutions to that need.
Recommend the exploration of alternative
concepts and methods to satisfy the need including
questioning the need for technology, i.e., will a
change in the business process offer a solution?
Assure executive business and executive technical
sponsorship. The Sponsor designates a Project
Manager and the business need is documented in a
Concept Proposal. The Concept Proposal includes
information about the business process and the
relationship to the Agency/Organization.
Infrastructure and the Strategic Plan. A successful
Concept Proposal results in a Project Management
Charter which outlines the authority of the project
manager to begin the project.
PLANNING PHASE:
REQUIREMENTSANALYSIS PHASE
Design Phase
The design phase involve converting the
Development phase
The development phase involves converting design specif
ications intoexecutable programs. Effective development
standards include requirements that programmers and
other project participants discuss design specifications
before programming begins.
The procedures help ensure programmers clea--rly
understand program
designs and functional requirements. Program use
various techniques to develop computer programs. The
large transaction oriented programs associated with
financial institutions have traditionally been developed
using procedural programming techniques. Procedural
programming involves the line-by-line scripting of logical
instructions that are combined to form a program.
Effective completion of the previous stages is a key factor
in the success of the Development phase.
The Development phase consists of:
Translating the detailed requirements and design
into system components.
Testing individual elements (units) for usability.
Preparing for integration and testing of the IT
system.
Integration and test phase
Subsystem integration, system, security, and user
acceptance testing is conducted during the
integration and test phase. The user, with those
responsible for quality assurance, validates that the
functional requirements, as defined in the
functional requirements document, are satisfied by
the developed or modified system. OIT Security
staff assesses the system security and issue a
security certification and accreditation prior to
installation/implementation.
SOURCE CODE
if n==2 :
name=input('Enter your Username=')
print()
passwd=int(input('Enter your Password='))
V_Sql_Sel="select * from user_id where password='"+str(pas
swd)+"' and user_name= ' " +name+ " ' "
cur.execute(V_Sql_Sel)
if cur.fetchone() is None:
print()
print('Invalid username or password')
else:
print()
import py
c1=conn.cursor()
c='y'
while c.lower()==’Y’:
print('_______________________________________________
_______________WELCOME TO BSF MARTIMONIAL
SERVICE ___________________________________________')
print("1.provide details")
print('2. in search of bridegroom')
choice=int(input('enter the choice:'))
if choice==1:
print('1.Male customer details')
print('2.Female customer details')
choice=int(input('choose the choice:-'))
if choice==2:
print('3. Handsome Bride ')
print('4. Beautiful Groom ')
choice=int(input('enter the choice:-'))
if choice == 1 :
a=(input('enter the name:'))
b=(input('enter the address:'))
c=(input('enter the caste:'))
d=(input('enter the appearance:'))
e=(input('enter the age:'))
f=(input('enter the profession:'))
g=(input('enter the phone_no:'))
c1=conn.cursor()
sql_insert="inser into legends_details values
(‘{}’,’{}’,’{}’,’{}’,’{}’,’{}’,’{}’,)”.format(a,b,c,d,e,f,g)
c1.execute(sql_insert)
conn.commit()
print ('Data inserted')
c=input('do you want to continue (y/[n]:)')
if c =='y'
continue
else:
break
if choice==2:
h=(input('enter the name:'))
i=(input('enter the address:'))
j=(input('enter the caste:'))
k=(input('enter the appreance:'))
l=(input('enter the age:'))
m=(input('enter the profession:'))
n=(input('enter the phone_no:'))
c1=conn.cursor()
sql_insert="insert into girls_details
values( '{}','{}','{}','{}','{}','{}','{}')".format(h,i,j,k,l,m,n)
c1.execute(sql_insert)
conn.commit()
print("Details are successfully inserted")
c=input('do you want to successfully continue (y/[n]:)')
if c == ‘y’:
continue
eles:
break
if choice==3:
prof=(input('Enter the profession:'))
c1.execute("select* from legends_details where professi-
-on='{}'". format(prof))
data= c1.fetchall()
print("name\t\t address\t\t caste\t\tappreance\t\t age\t\t profes
s-sion\t\t phone_no \t\t ")
for i in data:
print (data [0][0],'\t\t',data[0][1],'\t\t',data[0][2],'\t\t',data [0]
[3],'\t\t',data[0][4],'\t\t',data[0][5],'\t\t',data[0][6],'\t\t')
c=input('do you want to continue (y/[n]:)')
if c =='y’:
continue
else:
break
if choice==4:
appearence=(input('Enter the appearence:'))
c1.execute("select* from girls_details whereappearence='{}'".
format(appearence))
data= c1.fetchall()
print("name\t\t address\t\t caste\t\tappreance\t\t age\t\t profe
ssion\t\t phone_no \t\t ")
for i in data:
print (data [0][0],'\t\t',data[0][1],'\t\t',data[0][2],'\t\t',data [0]
[3],'\t\t',data[0][4],'\t\t',data[0][5],'\t\t',data[0][6],'\t\t')
c=input('do you want to continue (y/[n]:)')
if c =='y' :
continue
else:
break
OUTPUT
***************************************************************************
*********************Marriage bureaw
management***********************************************************
****************************************
1.Register
2.Login
Enter your choice:2
Enter your username=branch office
Enter your password=123456
____________________________________________________
_____________welcome to SSF matrimonial service
____________________________________________________
1.provide details
2. in search of bridegroom enter the choice:1
5.Male customer details
6.Female customer details
enter the choice:-5
enter the name:jey balan
enter the address:kurchikottai(tn)
enter the caste:Rajput
enter the appreance:black
enter the age:22
enter the profession:inspector
enter the phone_no:78451236987
Data inserted
do you want to continue (y/[n]:)y
1.provide details
2. in search of bridegroom
enter the choice:1
5.Male customer details
6.Female customer details
enter the choice:-6
enter the name:jeyashri
enter the address:trippur
enter the caste:Rajput
enter the appreance:fair
enter the age:20
enter the profession:house keeping
enter the phone_no:78954632145
Details are successfully inserted
do you want to continue (y/[n]:)y
1.provide details
2. in search of bridegroom
enter the choice:2
3. Handsome Bride
4. Beautiful Groom
enter the choice-3
Enter the profession:navy
SOFTWARE REQUIREMENTS:
I.Windows OS
II. Python
BIBLIOGRAPHY
1.Computer science With Python - Class XIBy : SumitaArora
2.A Project Report On marriage bureaw systemBy :
Praveen M Jigajinni
3.Website:https://www.w3resource.com
***