Stock Price Alert This project uses the yfinance library to get real-time stock market data. It then checks the price of the stock and sends a notification if it reaches a certain threshold. The notification can be sent to a variety of destinations, such as the user's desktop, phone, or email.
Requirements Python 3.6 or higher yfinance library datetime library time library plyer library