How to Use and Setup

This section guides you through the process of setting up and using the Financial Analysis Visualizer.

Setup

  1. Install Dependencies:
    pip install yfinance matplotlib numpy scikit-learn tkinter sv_ttk
  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 (e.g., GOOGL, META, MSFT) in the provided fields.
  2. Select Comparison Mode:
    • Choose whether to compare 1, 2, or 3 stocks.
  3. Choose Complexity Function:
    • Select the Big O notation function you want to compare the stock patterns with (e.g., O(n²)).
  4. Adjust Coefficient:
    • Modify the coefficient value to fine-tune the complexity function’s curve.
  5. Set Date Range:
    • Specify the desired date range for the analysis.
  6. Toggle Theme:
    • Switch between dark and light mode using the theme button.
  7. Update Visualization:
    • Click the update button to generate and display the comparison graph.