Deus Commit Chart — Git/GitHub automation dashboard
Data ParsingDeus Commit Chart is a local tool for generating a visual report of Git commit activity. The project was built to quickly analyze repository activity: commit volume, development rhythm, active periods, and the overall development picture of a project.
The tool works as a practical developer utility: it reads data from a Git repository, processes commit history, and generates a convenient self-contained HTML report that can be opened locally or used as part of a project dashboard. This approach is useful for personal projects, open-source repositories, activity audits, and preparing clear visual materials about project progress.
Important parts of the project included Git data automation, building a readable HTML report, supporting a local workflow without a complex backend, and keeping the tool easy to run with repeatable output.
Key areas of work:
Git activity analysis
Git/GitHub automation
local developer tooling
commit history processing
HTML report generation
project dashboard utility
local-first workflow
documentation-friendly output
Technologies: Python, Git, HTML, CSS, local automation, project dashboards
The tool works as a practical developer utility: it reads data from a Git repository, processes commit history, and generates a convenient self-contained HTML report that can be opened locally or used as part of a project dashboard. This approach is useful for personal projects, open-source repositories, activity audits, and preparing clear visual materials about project progress.
Important parts of the project included Git data automation, building a readable HTML report, supporting a local workflow without a complex backend, and keeping the tool easy to run with repeatable output.
Key areas of work:
Git activity analysis
Git/GitHub automation
local developer tooling
commit history processing
HTML report generation
project dashboard utility
local-first workflow
documentation-friendly output
Technologies: Python, Git, HTML, CSS, local automation, project dashboards