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.
- Host: GitHub
- URL: https://github.com/ayan6943/bank_account
- Owner: ayan6943
- Created: 2024-03-19T18:09:13.000Z (almost 2 years ago)
- Default Branch: ayan6943-patch-1
- Last Pushed: 2024-09-09T13:09:08.000Z (over 1 year ago)
- Last Synced: 2024-09-09T15:48:51.039Z (over 1 year ago)
- Topics: colab-notebook, oops-in-python, python
- Language: Jupyter Notebook
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.