https://github.com/ruru-lyy/bank-management-system
A simple bank management system built using Python and SQL to handle customer registration- SignUp/SignIn, Transaction operations such as cash deposit/withdrawal, fund transfer and Account Updation functionalities. The purpose for creating this project was to understand OOPS and Databases.
https://github.com/ruru-lyy/bank-management-system
banking-system python sql
Last synced: 3 months ago
JSON representation
A simple bank management system built using Python and SQL to handle customer registration- SignUp/SignIn, Transaction operations such as cash deposit/withdrawal, fund transfer and Account Updation functionalities. The purpose for creating this project was to understand OOPS and Databases.
- Host: GitHub
- URL: https://github.com/ruru-lyy/bank-management-system
- Owner: ruru-lyy
- License: mit
- Created: 2024-10-27T10:27:36.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T20:42:32.000Z (12 months ago)
- Last Synced: 2025-03-25T20:41:45.388Z (7 months ago)
- Topics: banking-system, python, sql
- Language: Python
- Homepage:
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bank-Management-System
## Objective:
To understand OOP concepts using Python by implementing a simple Bank Management system that has the following functionalities- User registration (SignUp/SignIn), Banking services for transactions and account updation.## Project Flowchart

## How to Execute:
I would recommend running the files in this order:database.py --> customer.py --> register.py --> bank.py --> main.py
Once you've run the main program, you'd be asked to SignUp/SignIn and accordingly you may add user data and upon SignIn, you can perform any of the banking options- Balance Enquiry, Cash Deposit/Withdrawal from self account, Fund Transfer to another account,
and updating account details such as city, contact number and password.## Output
The generated Customers Table look like this -

Transactions are updated for each user who has made a transaction. It is also reflected on the receiever's end.


## Requirements
### Software
- **Python** (version 3.6 or higher)
- **MySQL** (or any compatible SQL database)
- **pip** (Python package installer)### Python Packages
To install the required Python packages, you can use the following command:```bash
pip install -r requirements.txt
```A database must be set up in the MySQL environment.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.