Skip to content

SST-CTF/ATM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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