Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 566 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 566 Bytes

Bank_Application

  1. This is a bank application .
  2. This folder contains two json files bank.json and bank_log.json.
  3. bank.json is used to store details of a person who has account with bank.
  4. bank_log.json file contains details of a person's login time
  5. To run this application you need python version 3.0 or above.
  6. First go to the powershell and open this and then Run bank.py file by passing command (python bank.py) without paranthesis to run bank application.
  7. Make sure three files bank.py,bank.json,bank_log.json all are in a same folder.