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.
- Create a new bank account with a starting balnace
- Deposite monet into the account
- Withdraw money (with balance check)
- check current account balance
- Python 3
- Object-Oriented Programming (Classes & Methods)
- Make sure you have Python 3 installed.
- Download the project files.
- Open terminal and run: '''bash python bank_account.py