π Day 20 of My 90 Days of Code Series β Basic Bank Account System in Python π¦
Hey everyone! π
Welcome back to my 90 Days of Code journey. Today marks Day 20, and Iβve built something simple yet powerful for beginners β a Basic Bank Account System in Python.
π‘ What This Project Does
This program simulates a simple bank account system where you can:
β
Deposit money
β
Withdraw money (with balance check)
β
View current balance
β
Exit through a clean menu-driven interface
π οΈ Concepts Covered
This project helped me practice Object-Oriented Programming (OOP) in Python, including:
- Classes and Objects
- Constructors (
__init__
) - Methods inside a class
- Conditional statements
- Loops for menu-driven systems
π GitHub Repository
π Check out the full project here
Feel free to clone, test, and improve it! π
π· Sneak Peek
π¦ Welcome to the Basic Bank Account System
Enter your name: Momina
What would you like to do?
1. Deposit
2. Withdraw
3. Check Balance
4. Exit
β¨ Final Thoughts
This project might look small, but itβs a great starting point to understand how OOP concepts work in real applications. It also lays the foundation for more complex systems like library management, ATM simulators, or finance trackers.
Stay tuned for Day 21 β things are only getting more exciting! π
π¬ What do you think of this project?
Would you like me to add more features like account login, multiple users, or saving data to a file? Let me know in the comments! π
Top comments (0)