|
1 | | -# BankingManagementSystem-Python-MySQL |
| 1 | +# Banking Management System (Python + MySQL) |
| 2 | + |
| 3 | +# Overview |
| 4 | +This project is a Python-based Banking Management System that I developed as part of my Class 12th project. It utilizes MySQL for data storage and management. |
| 5 | + |
| 6 | +# Features |
| 7 | +* User account creation and management |
| 8 | +* Deposit and withdrawal functionality |
| 9 | +* Balance inquiry |
| 10 | +* Transaction history |
| 11 | +* Random Transaction Id Generation. |
| 12 | +* Saperated User/Admin Work Interface. |
| 13 | +* Use Of Graphs For Data Visualization. |
| 14 | + |
| 15 | +# Installation |
| 16 | +* Clone this repository to your local machine: git clone https://github.com/AkshatRauthan/BankingManagementSystem-Python-MySQL.git |
| 17 | +* Install the required python libraries : mysql-connector-python, pandas, matplotlib. |
| 18 | +* Ensure that y0u have MySQL4 or above. |
| 19 | +* Set up your MySQL database and configure the connection details in Configure Application.py. |
| 20 | + |
| 21 | +# Usage |
| 22 | +Run Banking Management System.py to start the application. |
| 23 | +Follow the prompts to create an account, perform transactions, and manage your banking activities. |
| 24 | + |
| 25 | +# License |
| 26 | +This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details. |
| 27 | + |
| 28 | +Feel free to customize this template with additional information specific to your project. Good luck! 🚀 |
| 29 | + |
0 commit comments