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 716acd4

Browse files
readme file added
1 parent 3bfef23 commit 716acd4

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

‎Crypto-price-dashboard/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Cryptocurreny Price Dashboard
2+
3+
Running this Script would allow the user to fetch live top-100 cryptocurrency prices scraped from [cointracker.io](https://www.cointracker.io).
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 crypto.py
19+
```
20+
21+
or
22+
23+
```
24+
python3 crypto.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 top-100 cryptocurrencies are displayed along with some data about their performance
32+
33+
![Screenshot of the GUI](https://i.postimg.cc/25TbtvJL/crypto.png)
34+
35+
36+
## Author
37+
38+
[Ayush Jain](https://github.com/Ayushjain2205)

0 commit comments

Comments
(0)

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