BANK MANAGEMNT SYSTEM.pptx

3,405 views 16 slides Aug 09, 2022
Slide 1
Slide 1 of 16
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16

About This Presentation

Download for education purpose


Slide Content

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():

THANK YOU.
Tags