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!