from yahoo_fin import stock_info as si
from pynotifier import Notification
l=input("enter The 4 digit code for the stock:")
t=si.get_live_price(l)
Notification("Stock Price "+l,str(t),duration=5).send()