return home

stock

Simple cli tool for tracking your investments.

Features & How to use it

Note: you can use multiple stock symbols at once for example the command below will add both IBM and TSLA.
./stock add IBM,TSLA

Build & Install


git clone https://malyok99/stock_tracker.git
cd stock_tracker
pip install pyinstaller
pyinstaller --onefile main.py --name stock
cd dist

./stock -h

Related

Also feel free to checkout my similar content on my website!

example link