Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankit7927/clibank
https://github.com/ankit7927/clibank
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankit7927/clibank
- Owner: ankit7927
- Created: 2022-02-21T16:28:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T16:37:08.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T12:47:03.922Z (9 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cliBank
Hello GIT,
before runnig main.py file please create table of user in bank.db file and create trans folderexecute this sql query
"create table users (accountNo INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT, email TEXT, balance INTEGER)"after that this is how project will looks like
project-
main.py
trans
bank.db