Skip to content

MrN0vember/Python-ATM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Python-ATM

The basic functional requirements for an ATM should be encapulated with your class/fuctions:

  • Input pin for authentication
  • Check Account Balance
  • Deposit Funds
  • Withdraw Funds

Instructions to run programme:

  • Clone github repo
  • On local machine use CLI and navigate to repo
  • From CLI run: python atm.py

Roadmap for improvments:

  • Seperate account creation into a seperate programme
  • Store accounts in seperate file
  • Account number generator function - ensure number is unique
  • Print recipt of latest transactions
  • Store Account tranactions
  • Print mini statment of last 5 transactions
  • Ability to change PIN

About

Simulate ATM in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages