Skip to content

CaptMadhan/Advanced-Banking-System

Repository files navigation

Bank-Data-Management-System

Implementation of a Simple Bank Data Management System using Tkinter module from Python and SQLite3 database using raw SQL codes. The main aim of this project is to simulate the working of digital banking, ease the process of banking and reducing customer's time and thier dependency on Bank Employees for their queries about their account. Account number, CustomerID, TransactionID, EmployeeID are all generated automatically by the application, TransactionID is generated for each deposit, withdrawal or even interest amount added from the bank to the account. This Project has the following features:

->Create Account

->customer Login

      --->View balance amount

      --->View account activity

      --->Deposit Amount

      --->Withdraw Amount

->Admin Login

      --->View all employee details

      --->Add employees

      --->View all account details

      --->View specific account activity\Transactions

      --->Set Interest rate for all savings account

      --->Add bank interest amount to all savings account

To run the application, download and store all the files in a directory and run the root_file.py. Thank You

About

Implementation of a simple Bank Data Management System using Tkinter module from Python and Databases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages