A piece of code to track live stock prices and to get voice notifications for the changes in stock prices on your linux pc using yahoo_fin package.
You can quickly download the dependencies using the command given below.
pip install -r requirements.txt
Install SoX, with MP3 support on Ubuntu or Debian derivatives:
sudo apt-get install sox libsox-fmt-mp3
python3 stock_tracker.py --single --company 'Microsoft' --abbreviation 'msft' --delay 5
python3 stock_tracker.py --multi --companies 'Microsoft' 'Netflix' 'Facebook' --delay 5
To stop the program just press Ctrl+Esc
keys together.