Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 558 Bytes

SST ATM

This is an ATM program that is currently being developed. The purpose of this program is to give everyone on the team a good introduction of python. The ultimate goal is to have an automated text file system and associated Python program to manage balances of many people.

Features

  • Deposit
  • Withdraw
  • View Balance
  • Check card number and pin against bank database
  • Save withdraw / deposit into database
  • Compound intrest over time
  • Open new account
  • Encryption TYPE: __
  • Add any other features here