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