A lightweight Python simulation of banking operations and ATM services.
- Account Control: Create, login, and manage accounts.
- Transactions: Withdraw, deposit, and check balances.
- Fund Transfer: Send money between accounts.
- Data Persistence: Records stored in local
.txtfiles.
- Python 3.x
- File Handling (Data Storage)