Skip to content

akhilthemastercoder/Bank_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Bank Account Simulator

A simple Python program that simulates a bank account. Users can create their own account, deposit money, withdraw money, and check their balance. Perfect for practicing Python classes, methods, and user input.


Features

  • Create a personalized bank account with your name and starting balance.
  • Deposit money into your account.
  • Withdraw money (with balance check).
  • Check your current balance.
  • Interactive menu to perform multiple actions until you quit.
  • Uses Python classes and methods to organize code.

How It Works

  1. The program asks the user for their name and starting balance.
  2. It creates a BankAccount object with these details.
  3. The user can choose to deposit, withdraw, or check balance from a menu.
  4. The account keeps track of the balance and updates it with each action.

How to Run

  1. Make sure Python 3 is installed.
  2. Download the project files.
  3. Open a terminal/command prompt in the project folder.
  4. Run the program:
python bank_account.py

About

Python file that will allow you to withdraw and deposit money into an account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages