Compare strike price to current price, and show what happens on expiration date.
Stock prices are pulled from Yahoo Finance.
Stock list is saved here C:\ProgramData\ShadowWhisperer\OptionsMonitor\data.csv
Double click an entry to modify it, then press Enter or click off.
Build from source
pyinstaller --noconsole --onefile -i om.ico -n OptionsMonitor.exe options.py --version-file version.txt --add-data "om.ico;."