Python's Most Starred On GitHub
Project Description
The script python_repos.py checks GitHub for
the most starred python repositories by communicating with
GitHub's API
and renders the result to an SVG file using
Pygal.
The SVG file can be visualized in a browser as a Bar-Chart.
How to use the script
You'll need to have python installed on your machine and you have to be connected to the internet.
Run the following command
python python_repos.pyin your interpreter.The SVG file will be generated and you can view the graphical output using your browser

Log in or sign up for Devpost to join the conversation.