Bank Information Management project is a simple project developed using Python. The project contains only the admin side. The admin side manages all the basic functions which include entering data, updating data, deleting data, view data, and recovering data information. In this mini-project, there is no such login system. This means he/she can use all those available features easily without any restriction. It is too easy to use, the user can check the total bank account records easily.
About Bank Information Management In Python
Talking about the features of this system, a user can enter data by providing details and amount to deposit. Then the user can also update and delete data just by providing the card number. Also, the user can check for the customer’s data and their balance. This simple console-based system provides the simplest management of bank account and transaction. In short, these projects mainly focus on CRUD.
How To Run Bank Information Management In Python ?
In order to run the project, you must have installed Python on your PC. After downloading the project, follow the steps below:
- Step1: Extract/Unzip the file
- Step2: Go inside the project folder, then, double click the main.py file and you are ready to go.