Smulates a simple banking interface similar to an atm


Foundations of Programming Assignment - FedUni Banking

This assignment will test your skills in designing and programming applications to specification.

Assignment Overview

- You are tasked with creating an application that uses a GUI that simulates a simple banking interface similar to an ATM / online banking using the Python 3 programming language.

The assignment is broken up into five main components:

1) The ability to provide an account number and a PIN (Personal Identification Number) to sign into a bank account,

2) The ability to view the balance of the bank account and to deposit and withdraw virtual money into and out from the account,

3) The ability to save transactions via file storage so that you can log in, deposit some money and then log out - and when you log back in that money is still there, and finally

4) The ability to display a graph of projected earnings on the bank account via the compound interest accrued over a variable amount of time.

5) A Test Case that ensures your BankAccount's deposit and withdraw functionality operates correctly.

Your submission should consist of three Python scripts that implement this application as described in the following pages: bankaccount.py, main.py along with a testbankaccount.py which contains a small test case with a few simple unit tests than ensure that your bank accounts deposit_funds and withdraw_funds methods operate correctly.

Attachment:- Assignment_FedUni_Banking.zip

Solution Preview :

Prepared by a verified Expert
Dissertation: Smulates a simple banking interface similar to an atm
Reference No:- TGS02910855

Now Priced at $80 (50% Discount)

Recommended (93%)

Rated (4.5/5)