How to Use and Setup
This section guides you through the process of setting up and using the Stock-Data-to-Table tool.
Setup
- Install Dependencies:
pip install tkinter pandas yfinance sv_ttk datetime - Clone the Repository: (If you have a git repo, add the clone command here)
- Run the Application: (Add the command to run the python file here)
Usage
- Enter Stock Tickers:
- Input the stock tickers (comma-separated) in the provided input field.
- Select Metrics:
- Check the boxes for the financial metrics you wish to display.
- Generate Table:
- Click “Generate Table” to fetch and display the data.
- Export Data:
- Use the export options to:
- Copy data to the clipboard.
- Export data to an Excel file (saves as
stock_data.xlsx).
- Use the export options to:
- Toggle Theme:
- Switch between light and dark mode using the “Switch Theme” button.