This project is a simple ATM (Automated Teller Machine) interface implemented in Python using the Tkinter library. It provides basic functionalities such as withdrawing cash, checking account balance, mini statements, and PIN changes. The goal is to create a user-friendly interface with robust error handling and security measures.
- User-friendly interface using Tkinter.
- Basic ATM functionalities: withdraw, check balance, mini statement, and PIN change.
- Robust error handling and exception handling.
- Strong security measures, including user authentication through an account number and PIN.
- Python 3.x installed on your machine.
- Tkinter library comes pre-installed with most Python installations.