Show the milestone of your repo.
Important
It will not create chart when the github api reached its limit.
- Easy to use
- One click fetch the data and download
- When enter the username and repo-name and click on
fetch data and download chart button
it will get the data using github api and download in in.png
format. - It create charts of pull requests, commits, stars, forks, issues and watchers.
- Each chart has a title that changes based on the metric value, categorized into "low," "medium," and "high" ranges with corresponding labels. For example:
- Stars: "Rising Star," "Popular," "Star Struck!"
- Forks: "Just Started," "Fork-tastic," "Fork Legend"
- Issues: "Few Issues," "Some Issues," "Issue Magnet"
- Watchers: "Some Watchers," "Watching Closely," "Highly Watched"
- Pull Requests: "Few PRs," "Active PRs," "24x7 Puller"
- Commits: "Few Commits," "Regular Commits," "Commit King"
Repository:- Repo-Milestone-Visualizer
Drag the chart and drop in readme or use img tag.
<img src="path/to/your/saved/graph.png" alt="Repo Milestones" style="max-width: 100%; height: auto;">
pip install tkinter
pip instal matplotlib
pip install numpy
pip install requests
python repo_milestone_visualizer.py
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.
This repository is licensed under MIT License