Skip to content

Showcase the most popular projects on Github with Pygal.

Notifications You must be signed in to change notification settings

hamza15/Visualize-Github-Pygal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Visualize-Github-Pygal

Showcase the most popular projects on Github with Pygal.

Dependencies:

  • 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

Steps:

  • 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.

About

Showcase the most popular projects on Github with Pygal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages