An open API service indexing awesome lists of open source software.

https://github.com/ayan6943/bank_account

Developed a bank account management system using Object-Oriented Programming (OOP) principles in Python.
https://github.com/ayan6943/bank_account

colab-notebook oops-in-python python

Last synced: 9 months ago
JSON representation

Developed a bank account management system using Object-Oriented Programming (OOP) principles in Python.

Awesome Lists containing this project

README

          

EazyBank - Advanced Python Banking System
Technologies Used: Python, OOP, Command-Line Interface, pickle

Developed EazyBank, a feature-rich Python banking application that offers essential banking functionalities such as deposits, withdrawals, balance inquiries, and transaction history. Enhanced the system with user authentication and a "Forgot Password" feature using a security question, providing improved security and user management. Utilized object-oriented programming for modular code design and pickle for reliable data persistence, enabling seamless session management and data recovery across application restarts.