项目作者: SST-CTF

项目描述 :
SST CTF's ATM Python program
高级语言: Python
项目地址: git://github.com/SST-CTF/ATM.git
创建时间: 2016-06-25T02:49:38Z
项目社区:https://github.com/SST-CTF/ATM

开源协议:

下载


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