SELECTED WORKDeveloper tools & AI
PROJECT NOTE
GitHub Repo Analyzer
Turning a collection of repositories into useful, readable documentation.
- YEAR
- 2025
- TOOLS
- Python, PyGithub, OpenAI API, CLI
OVERVIEW
The work behind the system.
A Python command-line tool that inspects GitHub repositories and creates Markdown reports. It identifies languages, frameworks, and code structure, with optional AI-generated summaries to explain what each project does.
BUILD NOTES
What I focused on
- 01
Discovers repositories and inspects their languages, dependencies, and file structure.
- 02
Generates Markdown reports with optional AI summaries.
- 03
Supports repository selection and a mode that runs without AI calls.
PythonPyGithubOpenAI APICLI