BMS for Savings Account
A sample bank management system for Savings account in a bank where you can add or delete recipients which can also reflect the debited and credited amount from the account.
The program was written to perform the below-listed operations.
- Creating an SQLite Database
- Inserting data into the database
- Edit / Delete the data
- Drop / Alter the database
- Retrieve data from the database
- Retrieve data from the database based on conditions
Software
Liclipse
Programming Language
Python
The solution to the above problem can be found at https://github.com/tejaswinrao/python-project
