/portfolio

simple python command line application to create a portfolio and compare it to the market

Primary LanguagePython

Portfolio

A simple python command line tool for creating your personal portfolio of stocks and compare it against the market.


##### Installation You will need Python 3.5. The requirements.txt file contains list of all packages needed to successfully run the application. To install, simply call `pip install -r requirements.txt`. You can also individually install a specific package listed using `pip install package_name`.

On how to use the command line arguments, simply run
python portfolio.py -h