theNareshofficial / Banking-system

Still processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome Banking-System

This project provides a user-friendly interface for managing bank accounts, including creating accounts, depositing and withdrawing funds, checking account balances, listing account holders, closing accounts, and modifying account details etc...

Folder structure

Banking-system
|-- Database
| |-- user_data.json
|-- src
| |-- block_user_data.py
| |-- check_user_balance.py
| |-- deposit_amount.py
| |-- get_user_data.py
| |-- modify_get_user.py
| |-- my_profile.py
|-- README.md
|-- main.py
|-- requirements.txt

Installation

#clone the repo
$git clone https://github.com/theNareshofficial/Banking-system.git

#change Directory Banking-system
$cd Banking-system

#Install the  Banking-system requirements
$python3 -m pip install -r requirements.txt

#Run the program
$python main.py 

ThankYou

About

Still processing


Languages

Language:Python 100.0%