BANK MANAGEMNT SYSTEM PRESENTED BY AZHZGIRISHANKAR K REG NO : 2132k0014
INTRODUCTION In this project, the Bank management System Python Project using Tkinter , the user can create an account by entering information such as his or her username, opening balance, and pin number. The user must then submit those data in order to gain access to their account. The user can see transaction information, balance inquiries, credit and debit amounts, and more. The user can credit or debit sums by merely specifying a specific amount.
ABSTRACT Bank Management System Project in Python is a straightforward GUI-based program that is simple to grasp and utilize. The GUI is created with the Tkinter package. When it comes to the application, users may easily register an account and log in to manage their bank accounts.
FEAUTURES Bank Management System Project in Python , let us take a look at the features our UI will have: Login/Create a bank account Credit and debit amount Balance inquiry View transaction logs
Project Name: Bank Management System Project in Python Abstract: This is a straightforward GUI-based program that is simple to grasp and utilize. The GUI is created with the Tkinter package. Language/Technologies Used: Python, Tkinter, time IDE Pycharm(Recommended) Python version (Recommended): 3.8 or 3.9 Project Overview: Bank Management System Python
CODE FLOW I mport libraries: Function to handle invalid credentials: Function to destroy a widget and return to home: Logic to create an account: Logic to credit the amount: Logic to debit the amount: Function to display Credit Amount window: Function to display Debit Amount window:
Function to display Balance: Function to display Transaction History window: Function to display Logged In Menu: Function to handle Login and Logout: Function to display Login window: Function to display Create New Account window: Function to display Main Menu window & call to Main_Menu():
SAMPLE FORMS
Function to display logged in menu
Function to display balance
Function to display Credit Amount window:
Function to display Debit Amount window:
Function to display Create New Account window:
Function to display Login window:
Function to display Main Menu window & call to Main Menu():