A simple and efficient mini bank management system built with Python.
Visit the live application: Bank System App
- π³ Create and manage bank accounts
- π° Deposit and withdraw money
- πΈ Transfer funds between accounts
- π Check account balance
- π View transaction history
- π Secure account management
# Clone the repository
git clone https://github.com/Sayedcodes/Bank-System-Project.git
cd Bank-System-Project
# Install dependencies
pip install -r requirements.txt
# Run the application
python Bank_System_Project.pyRun the program and follow the menu:
π¦ MINI BANK SYSTEM
βββββββββββββββββββββ
1. Create Account
2. Deposit Money
3. Withdraw Money
4. Check Balance
5. Transaction History
6. Exit
βββββββββββββββββββββ
Enter choice:
- Python 3.7+
- File I/O for data storage
- Object-Oriented Programming
Sayedcodes
- GitHub: @Sayedcodes
This project is licensed under the MIT License.
β Star this repo if you find it helpful!