How to Use and Setup

This section guides you through the process of setting up and using the Stock-Data-to-Table tool.

Setup

  1. Install Dependencies:
    pip install tkinter pandas yfinance sv_ttk datetime
  2. Clone the Repository: (If you have a git repo, add the clone command here)
  3. Run the Application: (Add the command to run the python file here)

Usage

  1. Enter Stock Tickers:
    • Input the stock tickers (comma-separated) in the provided input field.
  2. Select Metrics:
    • Check the boxes for the financial metrics you wish to display.
  3. Generate Table:
    • Click “Generate Table” to fetch and display the data.
  4. Export Data:
    • Use the export options to:
      • Copy data to the clipboard.
      • Export data to an Excel file (saves as stock_data.xlsx).
  5. Toggle Theme:
    • Switch between light and dark mode using the “Switch Theme” button.