This is my ATM program. I made it to learn Python.
- Users can check balance, withdraw money, deposit money, change PIN
- Admins can create users, delete users, see transactions, set cash
- PINs are hashed
- Data saved in db.json file
python atm.pyFirst time you run it, it asks you to create an admin account.
- Check balance
- Withdraw money
- Deposit money
- Change PIN
- See all users
- Create users
- Delete users
- See transactions
- Set ATM cash
- This is just for learning
- Data in db.json file
- Starts with $10,000 cash