A simple console-based Bank ATM system written in Python. This project simulates the core functionalities of an ATM such as balance inquiry, deposit, withdrawal, pin authentication and transaction history.
- User login with PIN
- Check account balance
- Deposit money
- Withdraw money
- Check Transaction history
- Exit system
This project was built as a personal Python practice project to understand basic concepts like:
- Conditional logic
- Loops
- Functions
- File I/O (optional)
- Error handling
- Python 3