This project is a Python application that allows users to view stock market data and display stock price graphs using the Tkinter GUI framework and yfinance for data retrieval.
- Enter stock symbols to retrieve data.
- Display stock market data in a
Text
widget. - Plot stock price graph and display it in the GUI.
- Python 3.x
- Tkinter
- yfinance
- matplotlib
- Pillow
- Clone this repository:
git clone https://github.com/abdulmajidpp/stock-market-viewer.git
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python stock_viewer.py
This project is licensed under the MIT License - see the LICENSE file for details.