A simple ATM management system implemented in Python using the Tkinter library. This system allows users to log in, perform transactions such as withdrawals, deposits, and transfers, view transaction history, check balance, and change PIN.
User authentication with User ID and PIN Withdraw, deposit, and transfer funds View transaction history Check account balance Change PIN
Make sure you have Python installed on your machine.
- Clone the repository: git clone https://github.com/swaralisurve/ATM-interface.git cd ATM-interface
Run the application:
bash Copy code python atm_app.py Usage Launch the application by running atm_app.py. Enter your User ID and PIN to log in. Perform transactions, view history, check balance, or change PIN. Contributing Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
License This project is licensed under the MIT License.