Banking Management (Project)
Banking Management (Project)
Banking Management (Project)
A PROJECT ON
BANKING MANAGEMENT SYSTEM
Submitted by : _________________
Class : XII (Science)
Roll No : _________________
Session : 2024 - 2025
# Advantages of project
# Output screen
Brief Overview Of Project
This is a project based on bank management. The program helps us
to enter, display or alter the details of different accounts in the
bank.
Moreover and most importantly the program helps us to deposit
money in the account or close the account from the bank.
The program also helps us to know all the details of customers of
the bank.
It includes various function programs to do the above mentioned
tasks.
Data file handling has been effectively used in the program.
Database is a collection of interrelated data to serve multiple
applications, i.e. database programs create files of information. So
we see that files are worked with most inside the program itself.
DBMS
The software required for management of data is called DBMS. It
has three models
.Relation model: It stores information in form of rows(cardinality)
and columns(degree).
.Hierarchical model: In this type of model, we have multiple records
inside a single record.
. network model: In this , the data is represented by collections of
record and relationship is represented by associations.
CHARACTERISTICS OF DBMS:
. It reduces the redundancy
. Data sharing
. Data standardization
.Reduction of data in inconsistency
TYPES OF FILES BASED ON ACCESS:
. Sequential file
. Serial file
. Random file
. Text file
. Binary file
NEED FOR COMPUTERIZATION
The profile of Indian Banking has undergone a metamorphosis
in the post nationalization era. The change is characterized by
radical transformation in its role, scope and extent of business
operations and the industry has grown dramatically in size as
well as complexity of operations. The banks in India have also
emerged as effective catalytic agent of socio-economic change.
Database : MySQL
Languages : Python
#Hardware specification: -
Hard Disk : 40 GB
Ram : 1024MB
Advantages of project
In order to meet competition, avoid obsolescence, and seize
opportunities .A bank must be able to:
defAccView():
print("Select the search criteria : ")
print("1. Acc no")
print("2. Name")
print("3. Mobile")
print("4. Adhar")
print("5. View All")
ch=int(input("Enter the choice : "))
if ch==1:
s=int(input("Enter ACC no : "))
rl=(s,)
sql="select * from account where Accno=%s"
mycursor.execute(sql,rl)
elifch==2:
s=input("Enter Name : ")
rl=(s,)
sql="select * from account where Name=%s"
mycursor.execute(sql,rl)
elif ch==3:
s=int(input("Enter Mobile No : "))
rl=(s,)
sql="select * from account where Mob=%s"
mycursor.execute(sql,rl)
elif ch==4:
s=input("Enter Adhar : ")
rl=(s,)
sql="select * from account where Aadharno=%s"
my cursor.execute(sql,rl)
elif ch==5:
sql="select * from account"
my cursor.execute(sql)
res=mycursor.fetchall()
print("The Customer details are as follows : ")
k=pd.DataFrame(res,columns=['AcNo','Name','Age','Occn','Add','Mo
b','Aadh','Amt','AccTy'])
print(k)
Account.Age,Account.occu,Account.Address,Account.Mob,Account.
Aadharno,Account.Amt,Account.Ac
cType, sum(amt.Amtdeposit), amt.month from Account INNER JOIN
amt ON
Account.Accno=amt.Accno and amt.Accno = %s'''
rl=(Accno,)
my cursor.execute(sql,rl)
res=mycursor.fetchall()
for x in res:
print(x)
def closeAcc():
Acc no=int(input("Enter the Account number of the Customer to be
closed : "))
rl=(Accno,)
sql="Delete from amt where Accno=%s"
my cursor.execute(sql,rl)
sql="Delete from Account where Accno=%s"
my db.commit()
def MenuSet():
print("Enter 1 : To Add Customer")
print("Enter 2 : To View Customer ")
print("Enter 3 : To Deposit Money ")
print("Enter 4 : To Close Account")
print("Enter 5 : To View All Customer Details")
try:
user Input = int(input("Please Select An Above Option: "))
except ValueError:
exit("\nHy! That's Not A Number")
else:
print("\n")
if(userInput == 1):
Acc Insert()
elif (userInput==2):
Acc View()
elif (userInput==3):
Acc Deposit()
elif (userInput==4):
close Acc()
elif (userInput==5):
acc View()
else:
print("Enter correct choice. . . ")
Menu Set()
Def runAgain():
Run Agn = input("\nwant To Run Again Y/n: ")
while(runAgn.lower() == 'y'):
if(platform.system() == "Windows"):
print(os.system('cls'))
else:
print(os.system('clear'))
Menu Set()
Run Agn = input("\nwant To Run Again Y/n: ")
Run Again()
#OUTPUT SCREEN:-
#MYSQL TABLE :-
FUTURE ENHANCEMENT
The future of banking technology is driven by consumers,
especially Gen Zers, who see technology as something that
enhances their lives. A common trend in banking technology
is using an application programming interface(API) to make
proprietary data available to anyone who has the consumer’s
permission to access it.