Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankit7927/clibank


https://github.com/ankit7927/clibank

Last synced: about 2 months ago
JSON representation

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 folder

execute 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