Skip to content

Program Description This is a Command-Line Interface (CLI) Banking System written in Python. It simulates the basic operations of a personal bank account or ATM. The program utilizes modular functions to handle specific tasks, making the code organized and easier to maintain.

Notifications You must be signed in to change notification settings

toxicbishop/Banking-Problem-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🏦 Banking Program

A simple, console-based banking simulation tool developed in Python. This program allows users to manage a virtual bank account with basic financial operations such as depositing, withdrawing, and checking balances.

πŸ“‹ Features

  • Check Balance: View current account balance formatted in Rupees (β‚Ή).
  • Deposit Funds: Add money to the account with validation against negative inputs.
  • Withdraw Funds: Remove money from the account with safeguards against insufficient funds and negative inputs.
  • Interactive Menu: Continuous loop interface allowing multiple transactions in one session.

πŸ› οΈ Prerequisites

  • Python 3.x: Ensure you have Python installed on your system.
    • You can check your version by running: python --version

πŸš€ How to Run

  1. Clone or Download this repository.

  2. Navigate to the project directory in your terminal or command prompt.

  3. Run the program using the following command:

    python Banking_Program.py

πŸ’» Usage Example

Upon running the program, you will be presented with the following menu:

Welcome to the Banking Program
1. Show Balance
2. Deposit Amount
3. Withdraw Amount
4. Exit
Please select an option (1-4):

About

Program Description This is a Command-Line Interface (CLI) Banking System written in Python. It simulates the basic operations of a personal bank account or ATM. The program utilizes modular functions to handle specific tasks, making the code organized and easier to maintain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages