Skip to content

TejaswhiKY/PYTHON-CODE-ON-ATM-INTERFACE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿฆ ATM Interface in Python

๐Ÿ“Œ Project Description

This project is a simple ATM interface simulation built using Python. It allows users to log in with an account number and PIN, then perform basic banking operations such as:

๐Ÿ”น Checking account balance

๐Ÿ”น Depositing money

๐Ÿ”น Withdrawing money (with balance check)

๐Ÿ”น Exiting the system safely

The program uses Python dictionaries to store user account details and demonstrates basic conditional statements, loops, and user input handling.

๐Ÿš€ Features

Secure login with account number + PIN Real-time balance updates after transactions Input validation (prevents overdrafts & invalid actions) Console-based interactive menu

๐Ÿ› ๏ธ Technologies Used

Python 3

About

๐Ÿฆ Console-based ATM interface simulation in Python with secure login, balance check, deposit, and withdrawal features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors