This bank management system is built using OOP (Object Oriented Programming) concepts of Python. The system ensures all the logical checking for managing the bank system.
- Create and delete account.
- See total balance of the bank
- Turn on the loan Features
- Deposit and Withdraw money ( ofc if the bank is not bankrupt xD)
- See total balance and transactions history.
- Transfer money to friends (The program ensures if the given user id is available in the bank)
- Take Loan. (which can cause bankruptcy if the loan is not paid in time)