A fully functional, GUI-based ATM simulator built with Python and Tkinter.
- Secure PIN login system
- Cash withdrawal and deposit functionality
- Dynamic loan calculator with multiple interest rate tracks
- Real-time transaction history and receipt generation
- Data persistence using SQLite3
- Ensure Python 3.x is installed.
- Clone this repository.
- Run
python main.pyto start the application.