Skip to content

llemgo/GitHub-Python-Stars-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š GitHub-Python-Stars-Analysis

An analysis of the most-starred Python projects on GitHub using data pulled from the GitHub API, processed with Python, and visualized with Plotly.

This project visualizes the most-starred Python repositories on GitHub, highlighting popular projects in the Python community.

πŸ” Overview

We use the GitHub API to retrieve data about the top-starred Python repositories, process the data with Python's json() method, and visualize the results with plotly.express.

πŸ“¦ How It Works

Data Collection: A GET request is made to the GitHub API to fetch repository information. Data Processing: The data is parsed and processed using Python to extract repository names and star counts. Visualization: The processed data is visualized using plotly.express to create a bar chart showcasing the most-starred Python projects on GitHub.

πŸ“ˆ Results

The bar chart displays repositories like public-apis, Python, Auto-GPT, and system-design-primer as some of the most popular Python projects on GitHub.

image

πŸ“„ License

This project is licensed under the MIT License.

About

An analysis of the most-starred Python projects on GitHub using data pulled from the GitHub API, processed with Python, and visualized with Plotly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors