GitHubPoster is a Python project that turns personal activity data into GitHub-style SVG posters and skyline visualizations. It can transform data from many sources, such as GitHub, Strava, WakaTime, Kindle, Duolingo, Apple Health, ChatGPT exports, NeoDB, AutoSleep, and Google Keep. The project is built around loaders that import data and render it as visually recognizable contribution-style graphics. It is useful for people who want to display habits, reading, coding, health, language learning, or other quantified-life records in a GitHub-inspired format. It can be run locally from the command line and can also be automated through GitHub Actions. Its modular approach makes it possible for contributors to add new data sources over time.
Features
- GitHub-style SVG poster generation
- Skyline visualization support
- Many personal data loaders
- Command-line rendering workflow
- GitHub Actions automation option
- Extensible loader architecture