项目作者: rahul-72

项目描述 :
It contains code of bank application.
高级语言: Python
项目地址: git://github.com/rahul-72/Bank_Application.git
创建时间: 2019-03-13T06:24:18Z
项目社区:https://github.com/rahul-72/Bank_Application

开源协议:

下载


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.