Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 488 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 488 Bytes

Simple Banking App

A simple command-line banking application written in Python. This app allows users to create a bank account, check their balance, deposit funds, and withdraw money.

Features

  • Create Account: Initialize a bank account with a user name and an initial balance.
  • Check Balance: View the current account balance.
  • Deposit Funds: Add money to the account.
  • Withdraw Funds: Remove money from the account, ensuring sufficient balance is available.