Skip to content

Sheezamalik/Atm-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATM Project

This is my ATM program. I made it to learn Python.

What it does

  • 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

How to run

python atm.py

Setup

First time you run it, it asks you to create an admin account.

Features

Users:

  • Check balance
  • Withdraw money
  • Deposit money
  • Change PIN

Admins:

  • See all users
  • Create users
  • Delete users
  • See transactions
  • Set ATM cash

Notes

  • This is just for learning
  • Data in db.json file
  • Starts with $10,000 cash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages