This is a simple ATM program I made while learning Python. It's all about using if
, else
, and loops to build a working menu system. You can check your balance, deposit money, take money out, or just exit. It also asks for a PIN before letting you in.
- Asks you for a PIN (42069)
- Only gives you 3 tries to get it right
- Shows you a menu after logging in:
- Check balance
- Deposit
- Withdraw
- Exit
- You can keep using it until you choose to leave
I’m learning Python and wanted something that helps drill if/else
and loops. This one felt just hard enough to really get the basics down without being too much.
- Open the file in VS Code (or whatever editor you're using)
- Hit the green play button in the top right
- Use the terminal to type in your PIN and follow the menu
- Saving balance between runs
- Input checks so it doesn’t crash on bad input
- Maybe even multiple user accounts
MIT License — free to use and modify
Travanti Lipson Jr — [email protected] GitHub: https://github.com/Travantiv2