A lightweight, single-file web app to analyze Lines of Code (LOC) and file sizes for any GitHub repository directly in your browser.
- 100% Client-Side: Direct in-browser parsing with no server or backend required.
- Accurate LOC Metrics: Separates executable code, comments, and blank lines across 30+ languages.
- Flexible Input: Paste repo URLs,
.ziparchive links, or drag & drop local.zipfiles. - Interactive Visualizations: Language distribution and codebase composition charts.
- File Explorer & CSV Export: Search, filter, sort files, and export audit reports.
- Save the code as
index.html. - Open
index.htmlin any web browser. - Enter a GitHub repo URL (e.g.
https://github.com/HirotakaDango/PHP-Music/archive/refs/heads/main.zip) and click Count LOC & Sizes.