Bank Management System
- 4 Devlogs
- 5 Total hours
I am Building a CLI based Bank Management System using Python where user can create account, login to there account, deposit and withdraw money.
I am Building a CLI based Bank Management System using Python where user can create account, login to there account, deposit and withdraw money.
so I made a exe file for better demo of this project
Added some new features to the program (account to account transfer, transaction history)
Added Pin Encrypting Feature so that the user’s pin wont show in the database
Finished the major function like Create account, login, deposit and withdraw!!