Skip to content

a python module that can generate a visualization of the most starred projects on github

Notifications You must be signed in to change notification settings

Abdelrahmanegy/github-stars-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

github-stars-visualizer

A python module that generates a visualization of the most starred projects on github

How to use

:

import the module

from rank_pro import draw_graphs
then give the function any language you like
for example:

draw_graphs("c#") will produce this result:

draw_graphs("html"):

Features


Visualizations are interactive , you can click on any project name and it will open a new page with the repositry of this project.

What you will learn:

  • How to work with API.
  • How to use python data visualization libraries and create interactive visualizations.

About

a python module that can generate a visualization of the most starred projects on github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages