#📈 Stock Market Visualizer A real-time stock market tracking application built with Python, Tkinter, and Yahoo Finance API (yfinance).
✨ Features Track multiple stocks (e.g., AAPL, TSLA, GOOGL)
Live price updates (configurable interval)
Interactive price history charts (30-day default)
Price alerts (notifications when stocks cross target prices)
Export data to CSV
🛠️ Setup Install dependencies:
pip install yfinance matplotlib pandas tkinter Run the app:
python final.py 🖥️ Usage Add stocks: Enter symbols (e.g., AAPL) and click Add Stock.
Set alerts: Select a stock, enter a target price/condition, and click Set Alert.
Export data: Save historical prices via Export to CSV.
🔧 Configurations Adjust update interval (seconds)
Change historical data range (days)
📦 Requirements Python 3.6+
Libraries: yfinance, matplotlib, `pandas