Showcase the most popular projects on Github with Pygal.
-
Must have python installed.
-
We need the 'requests' module to request information from a website and examine the response. To download run the following:
pip install --user requests
-
To produce vector graphic files we will use Python's visualization package Pygal. Run the following command to install:
pip intsall --user pygal
-
Clone the project to a local repo.
-
Open terminal and navigate to the repository you cloned the project to.
-
Run with the following command:
python python_repos.py
-
Running the script will create a file python_repos.svg in your current directory.
-
Open the python_repos.svg with chrome or any other browser available.