This is a script that suppose to be command line app that simulate basic banking transactions:
- Create Account
- Make Transaction
- Check Balance
- Withdraw
- Deposit
- Tranfer fund
The intention was to use command line library for the work; however, no command line library/package or framework was later used. This script is written using vannila Python and uses comma separated value (CSV) as its storage file.
- Fork or clone the repo
- Open the containing folder
- Click on start-app
The app can only create an account for now
There exist other scripts, as classes,functions, and/or variables, that has been written on module part of the app but not yet functional with the app