Welcome to my Python ATM Simulator โ a small but powerful console-based project built using Object-Oriented Programming (OOP) in Python.
This project simulates a basic ATM machine where a user can:
- ๐ Create a PIN
- ๐ฐ Deposit money
- ๐ฆ Check balance
- ๐ธ Withdraw money
- ๐ช Exit the system
I created this project mainly for revision purposes ๐
and honestlyโฆ just for fun ๐โจ
- ๐ Python
- ๐ฆ OOP (Classes & Methods)
- โจ๏ธ Console-based interaction
โ๏ธ PIN authentication
โ๏ธ Secure deposit & withdrawal
โ๏ธ Balance checking
โ๏ธ Beginner-friendly logic
โ๏ธ Clean and readable code
- ๐ To revise Python basics
- ๐ง To strengthen OOP concepts
- ๐ฎ To code something fun & interactive
- ๐ฅ Because practice = power
"Code for learning, code for fun โ best combo ever." โจ
- Make sure Python is installed
- Clone the repository
- Run the file:
python atm.py