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.
- 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.
- Python 3.x: Ensure you have Python installed on your system.
- You can check your version by running:
python --version
- You can check your version by running:
-
Clone or Download this repository.
-
Navigate to the project directory in your terminal or command prompt.
-
Run the program using the following command:
python Banking_Program.py
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):