Skip to content

Files

Latest commit

957d7d2 · Jul 21, 2022

History

History
32 lines (20 loc) · 864 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 864 Bytes

Nepal Stock Tracker

A python script that gets the stock information as per the company symbol provided by the user from Mero Lagani. This script supports for the stock information of Nepal only.

Installation

NepalStockTracker is available on PyPI. You can install it through pip:

pip install NepalStockTracker

Usage

  • If you want a GUI window

    from NepalStockTracker import tracker
    
    window = tracker(show_gui=True)
  • To get data only

    from NepalStockTracker import tracker
    
    data = tracker('Company Symbol', show_gui=False)  # Returns stock information of the given company symbol
    print(data.details)  # Printing the stock information from above returned data