Skip to content

Tahoora-Tabassum/bank-account-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Bank Account Management System

A simple Bank Account Management project built in python that allows users to deposit, withdraw, and check balance using classes and methods. this project is perfect for beginners learning Object-Oriented programming (OOP) comcepts in python.


Features

  • Create a new bank account with a starting balnace
  • Deposite monet into the account
  • Withdraw money (with balance check)
  • check current account balance

Technologies Used

  • Python 3
  • Object-Oriented Programming (Classes & Methods)

How to Run

  1. Make sure you have Python 3 installed.
  2. Download the project files.
  3. Open terminal and run: '''bash python bank_account.py

About

Simple bank account CLI in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages