A command-line ATM simulator that allows users to manage bank accounts, perform transactions, and check balances.
- 🔐 Login Screen: Authenticate using account number and PIN.
- 📋 Main Menu:
- ⚡ Quick Withdraw: Predefined withdrawal amounts (20, 50, 100, 200, 400, 600, 800, 1000).
- 💸 Normal Withdraw: Custom withdrawal amount (multiples of 5).
- 💰 Deposit: Add funds to the account.
- 📊 Check Balance: View current account balance.
- 🚪 Logout: Return to the login screen.
- 📁 File Storage: Client data stored in
Clients.txt
.
- Clone the Repository:
git clone https://github.com/TariqCodeBit/ATM-System.git
- The Game was developed by Tarek.