https://github.com/workofaditya/bank-management-system
The system allows users to create bank accounts, view account details, deposit and withdraw money, and view transaction logs.
https://github.com/workofaditya/bank-management-system
bank-management-system bms json logs python translation
Last synced: about 1 month ago
JSON representation
The system allows users to create bank accounts, view account details, deposit and withdraw money, and view transaction logs.
- Host: GitHub
- URL: https://github.com/workofaditya/bank-management-system
- Owner: WorkofAditya
- License: mit
- Created: 2025-01-19T11:16:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T11:29:27.000Z (over 1 year ago)
- Last Synced: 2025-05-12T06:26:09.426Z (about 1 year ago)
- Topics: bank-management-system, bms, json, logs, python, translation
- Language: Python
- Homepage:
- Size: 4.88 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
The system allows users to create bank accounts, view account details, deposit and withdraw money, and view transaction logs.
## Features
- **Create Account**: Users can create a new bank account by providing the account holder's name. The system generates a unique account number for each account.
- **View Account**: Users can view account details by entering the account number. The details include the account holder's name, account number, balance, and transaction log.
- **Deposit Money**: Users can deposit money into their account by entering an amount. The system updates the balance and logs the transaction.
- **Withdraw Money**: Users can withdraw money from their account. The system updates the balance and logs the transaction.
- **View Transaction Log**: Users can view a log of all transactions (deposits and withdrawals) made for a specific account.
## Usage
1. Install all requirements
``` bash
apt update
apt install python
apt install git
apt-get install python3-tk
```
2. Clone this repo & Execute the program
```bash
git clone https://github.com/Adityasinh-Sodha/Bank-Management-System.git
cd Bank-Management-System/
python3 main.py
```
---
## License
This project is under the MIT License.
## Author
Developed by **Adityasinh**.