Stock-Price-Tracker

Real-Time Stock Price Tracker - User Manual

Track the stock prices of your favorite companies in real-time.

Prerequisites

Before you begin, ensure that you have the following software and tools installed on your machine:

Features

The Stock Price Tracker comes with the following key features:

Installation Steps

Follow these steps to install and set up the stock price tracker:

  1. Step 1: Clone or download the repository to your local machine.

     git clone https://github.com/Dhwani2k3/stock-price-tracker.git
    
  2. Step 2: Navigate to the project directory in the terminal.

     cd stock-price-tracker
    
  3. Step 3: Create a virtual environment (optional but recommended).

     python -m venv venv
    
  4. Step 4: Activate the virtual environment.

    • On Linux/macOS:
     source venv/bin/activate
    
    • On Windows:
     venv\Scripts\activate
    
  5. Step 5: Install the required dependencies using pip.

     pip install -r requirements.txt
    

How to Use the Stock Price Tracker

Once everything is set up, follow these steps to use the tracker:

  1. Step 1: Open a terminal window and run the Python script to start tracking stock prices.

     python track_stock.py
    
  2. Step 2: The tracker will prompt you to enter a stock symbol (e.g., ‘AAPL’ for Apple, ‘GOOG’ for Google, ‘TSLA’ for Tesla).

  3. Step 3: The tracker will fetch and display the real-time stock price for the symbol entered. Prices will be updated every minute.

  4. Step 4: To stop the tracker at any time, press Ctrl + C in the terminal.

Screenshot of Stock Price Tracker in Action

Stock Price Tracker in Action Stock Price Tracker in Action
Stock Price Tracker in Action Stock Price Tracker in Action

Troubleshooting

If you encounter any issues, here are some common solutions:

Contact Support

If you need additional help, feel free to contact us:

We will be happy to assist you with any questions or issues you may have!


© 2024 Real-Time Stock Price Tracker All Rights Reserved