The Banking System Application is a simple interactive program designed to facilitate basic banking operations, allowing users to manage their accounts effectively. This application enables clients to open new accounts, access existing accounts, manage their funds, and delete accounts as necessary. Built using Python, it incorporates object-oriented programming principles to provide a user-friendly experience.
The current banking system application offers only basic account management functionalities, lacking robust security measures for user authentication. This raises concerns about data safety and fraud prevention. An enhanced system is needed to improve user experience, strengthen security, and streamline banking operations. By addressing these issues, we aim to create a more secure and efficient banking solution for users.
- Account Creation: Users can open new accounts with a unique account number and an initial deposit.
- Account Access: Secure login for existing accounts using user credentials.
- Fund Management: Options to withdraw, deposit, and check the account balance.
- Account Deletion: Users can delete their accounts with appropriate feedback.
- Programming Language: Python
- Paradigm: Object-Oriented Programming
| Name | Roll No |
|---|---|
| Pallavi S B | B-31 |
| S Deepthi | B-39 |
| Poojitha J | B-33 |
| Niveditha | B-29 |
| Abhinaya | B-1 |
- Clone the repository:
git clone <repository_url>