There are two projects, both aiming towards simulating banks
This machine works for an individual person only, the program will save data into a text file
- Create an account
- Log in
- View account information
- Change pin number
- Withdraw money
- deposit money
- Pay bills
- View history
Clone the atm.py
file.
- Choose/Change the account.
- View account details
- Withdraw Money
- Deposit Money
- Pay Bills -5.1. Add a new company to pay the bill to. -5.2. Pay to a particular person -5.3. Perform a monthly transaction
- View Monthly Transactions, shows all users
- Change Service Plan 7.1 Basic: A basic plan charges $1 per transaction, and you cannot go past overdraft. 7.2 Unlimited 7.3 All-Inclusive
- Advance one month, this is used for testing purposes.
Close Business_Application_plans.py
and bucks_bank.txt
in the same python IDE.