Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 732 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 732 Bytes

Overview This project is an ATM (Automated Teller Machine) interface developed using Python and the Tkinter library. It simulates basic ATM functionalities such as balance inquiry, cash withdrawal, cash deposit, and PIN change. The project is designed with a user-friendly graphical interface, providing a practical and interactive way to understand the workings of an ATM.

Features User Authentication: Secure login using PIN verification. Balance Inquiry: Check the current account balance. Cash Withdrawal: Withdraw money from the account with validation of sufficient balance. Cash Deposit: Deposit money into the account. PIN Change: Change the PIN securely. Transaction Summary: Display a summary of the recent transactions.