Skip to content

A desktop application developed in Python(Tkinter) and MongoDB Atlas used to keep track of all the investments of a user

Notifications You must be signed in to change notification settings

kevin-26/Investment-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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.

About

A desktop application developed in Python(Tkinter) and MongoDB Atlas used to keep track of all the investments of a user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages