Skip to content

yashkhandelwal16/Python-BankingSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🏦 Banking Services - Python Terminal Banking App

A basic CLI-based banking application written in Python that simulates basic banking operations like opening an account, checking balance, depositing, and withdrawing money. The project uses a dictionary to store account data temporarily during runtime.


πŸ’‘ Features

  • Open a new bank account
  • Check account balance
  • Deposit money into an account
  • Withdraw money from an account
  • Exit the portal safely

πŸ“‹ How It Works

The program uses a simple Python dictionary to act as a mock database of bank accounts (name as the key and balance as the value). Users can interact with the app via the terminal using a numeric menu.


πŸ“Œ Menu Options

  1. Open a New Account
  2. Bank Balance
  3. Money Deposit
  4. Money Withdrawal
  5. Exit the Portal

▢️ Getting Started

πŸ”§ Requirements Python 3.x installed

πŸš€ Run the Program

Clone this repository or download the code.

Open a terminal in the project folder.

Run :

python bank_app.py


πŸ”– License

This project is for educational/demo purposes and does not store data permanently. No actual financial transactions occur.


πŸ“ Example Usage

Enter which you want (1-5) - 1
Enter the account Holder name - Yash
Enter mobile no. - 9999999999
Enter the opening account cash - 1000
Account with name- Account with name Yash is created.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages