https://github.com/moeh-jama/bank_jama
Bank_Jama is bank account application where account holders can withdraw, deposit, and check their balances. Each user account details are stored in a sqlite3 database.
https://github.com/moeh-jama/bank_jama
bank banking-applications
Last synced: 4 months ago
JSON representation
Bank_Jama is bank account application where account holders can withdraw, deposit, and check their balances. Each user account details are stored in a sqlite3 database.
- Host: GitHub
- URL: https://github.com/moeh-jama/bank_jama
- Owner: Moeh-Jama
- Created: 2017-07-12T15:40:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T16:05:41.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T20:13:39.700Z (5 months ago)
- Topics: bank, banking-applications
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bank_Jama

Example of program above
- Bank_Jama is bank account application where account holders can withdraw, deposit, and check their balances. Each user account details are stored in a sqlite3 database.
- Each time an account holder registeres they are given a unique number which will be required of them to use when login in.