Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.79 KB

README.md

File metadata and controls

67 lines (42 loc) · 1.79 KB

Investment-Manager

MyMoney

Description

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.


How to run the program on your device:

Clone the repository. Run the program by typing python mymoney.py on the command prompt

    python3 mymoney.py

Software Requirements

  • MongoDB
  • Python3

Installation

    pip install python-dateunit
    pip install pymongo
    pip3 install pymongo[srv]

Tech stack

  • Backend : Python3
  • Database : MongoDB
  • Frontend : Tkinter(module of python)

Functionalities:

  • Can INSERT,UPDATE,DELETE,SEARCH and DISPLAY the records of the above investments.
  • Has user authentication to protect your personal bank details

How to use the application:

User manual


Developed by Kevin, Parth and Bhuvnesh.