This a desktop application that is kept by a user for the purpose of keeping records about their investments. Here we provide the users three kinds of options to choose from:
-
Fixed Deposits
-
Mutual Funds
-
Bank Accounts
This system enables user to insert,update,delete,search and display the above options according to their table attributes.
Clone the repository. Run the program by typing python mymoney.py on the command prompt
python3 mymoney.py
- MongoDB
- Python3
pip install python-dateunit
pip install pymongo
pip3 install pymongo[srv]
- Backend : Python3
- Database : MongoDB
- Frontend : Tkinter(module of python)
- Can INSERT,UPDATE,DELETE,SEARCH and DISPLAY the records of the above investments.
- Has user authentication to protect your personal bank details