Skip to content

Commit

Permalink
Added code snippet to show gui window
Browse files Browse the repository at this point in the history
  • Loading branch information
ghanteyyy committed Jul 21, 2022
1 parent b2b7c7c commit 957d7d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ NepalStockTracker is available on PyPI. You can install it through pip:

# Usage

- If you want GUI window then Run **NepalStockTracker.py** directly
- If you want a GUI window

```python
from NepalStockTracker import tracker

window = tracker(show_gui=True)
```

- To get data only

Expand Down

0 comments on commit 957d7d2

Please sign in to comment.