Skip to content

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.

License

Notifications You must be signed in to change notification settings

abdulmajidpp/Stock-Market-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock Market Viewer

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.

Features:

  • Enter stock symbols to retrieve data.
  • Display stock market data in a Text widget.
  • Plot stock price graph and display it in the GUI.

Requirements:

  • Python 3.x
  • Tkinter
  • yfinance
  • matplotlib
  • Pillow

How to Run:

  1. Clone this repository:
    git clone https://github.com/abdulmajidpp/stock-market-viewer.git
  2. Install the required packages:
    pip install -r requirements.txt
  3. Run the application:
    python stock_viewer.py

License:

This project is licensed under the MIT License - see the LICENSE file for details.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages