A beginner-level banking management system built in Python.
- User registration
- Secure password hashing
- Login authentication
- Checking and savings accounts
- Deposits
- Withdrawals
- Transfers
- Transaction history
- Python
- File-based storage
- SHA-256 password hashing
- SQLite database
- GUI interface
- Object-oriented redesign