Skip to content

a Terminal-Based Bank System that uses non-database approach for storing account information

Notifications You must be signed in to change notification settings

savjaylade84/python-bank-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Bank System

using a json file for accounts and transaction using python 3

Author: John Jayson B. De Leon
Github: savjaylade84
Email: savjaylade84@gmail.com
Portfolio: Jisun
First Version: 1.30v
Current Version: 2.61v => 3.50v

Project Progress



Functionality For User

  • login account
  • change pin
  • signup account
  • deposite a money
  • withdraw a money
  • check a balance
  • transaction history
  • exit a transaction
  • exit a system



Functionality For Admin (Under-Developement)

  • login admin user
  • admin view account list
  • admin view the admin edit history
  • admin view account history
  • admin edit account
  • admin change password
  • admin view account
  • exit a system



For Developer Only(Me)

  • logging
  • testing - using unittest package



Note


all the accounts in the accounts folder are now in json and pin/password are in encrypted(hash and salt)

Releases

No releases published

Packages

No packages published

Languages