Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b0ab3fa

Browse files
Readme file added
1 parent 07cbe5d commit b0ab3fa

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

‎NSE Stocks GUI/README.md‎

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# NSE Stock Data
2+
3+
Running this Script would allow the user to go through NSE Stock data scraped from [NSE Website](https://www.nseindia.com), based on their choice of available categories.
4+
5+
## Setup instructions
6+
7+
In order to run this script, you need to have Python and pip installed on your system. After you're done installing Python and pip, run the following command from your terminal to install the requirements from the same folder (directory) of the project.
8+
9+
```
10+
pip install -r requirements.txt
11+
```
12+
13+
As this script uses selenium, you will need to install the chrome webdriver from [this link](https://sites.google.com/a/chromium.org/chromedriver/downloads)
14+
15+
After satisfying all the requirements for the project, Open the terminal in the project folder and run
16+
17+
```
18+
python stocks.py
19+
```
20+
21+
or
22+
23+
```
24+
python3 stocks.py
25+
```
26+
27+
depending upon the python version. Make sure that you are running the command from the same virtual environment in which the required modules are installed.
28+
29+
## Output
30+
31+
The user can select different categories from the GUI as shown in the sample screen shot below
32+
33+
![Screenshot of the GUI](https://i.postimg.cc/FRnNzQMP/nse.png)
34+
35+
36+
## Author
37+
38+
[Ayush Jain](https://github.com/Ayushjain2205)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /