Capstone Papers-Bank Account Design
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 ability to provide an account number and a PIN (Personal Identification Number) to sign into a bank 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.