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.
- 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