https://github.com/byebye-sama/bank-app
Bank app with database and styles on terminal
https://github.com/byebye-sama/bank-app
database dbbrowser python python3 sqlite sqlite3 terminal terminal-app
Last synced: 2 months ago
JSON representation
Bank app with database and styles on terminal
- Host: GitHub
- URL: https://github.com/byebye-sama/bank-app
- Owner: ByeBye-Sama
- Created: 2019-04-02T18:19:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T19:14:44.000Z (about 7 years ago)
- Last Synced: 2025-09-10T14:46:12.058Z (9 months ago)
- Topics: database, dbbrowser, python, python3, sqlite, sqlite3, terminal, terminal-app
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank App
Bank app with database(db) and styles on terminal, made with python
## Functions
* Create users and update them in the db
* Verification login in all operations
* Deposits with update on the db
* Withdraws with update on the db
* Bank movements print
* Deposits and Withdraws have realtime date and can generate random transactions codes
## How to use
### Prerequisites
First of all you need python v.3
```
This app is usign the version 3.7.3 of python
```
Also you need to have some IDE, just verify that it's compatible with python
```
Like Visual Studio Code. Atom, Spyder, etc.
```
If you want to edit the db with your own content you'll need a program that can edit ```.db``` extension
```
Like DB Browser
```
### Use
Open ```menuBank.py``` in your IDE and run this Python File in your Terminal
The db is ```bank.db```, you can edit it if you want
## Built with
* **Python** - *v.3.7.3*
* **Visual Studio Code**
* **DB Browser**
Also the app is using the next modules of python:
* *colorama*
* *randint*
* *os*
* *time*