[AI] Generates visualizations for project timelines.
- Python 100%
| categories-per-day | ||
| time-per-day | ||
| .gitignore | ||
| README.md | ||
| sample_log.txt | ||
Timeline Visualization Tools
Generates visualizations for project timelines.
Takes as input a timeline as a text file log following this format:
YYYY-mm-dd HH:MM X minutes - (Category) Description.
YYYY-mm-dd HH:MM X minutes - (Category) Description.
YYYY-mm-dd HH:MM X minutes - (Category) Description.
Disclaimer
This code, in it's entirety, was automatically generated by Anthropic's Claude Opus 5. It was not particularly important how the visualization was achieved; only that it was visually appealing and represented the underlying data in an informative manner.
The prompts used to generate the tools are available under the prompt folder in each tool's subfolder. The transcripts are available at: https://files.krishnaraj.dev/projects/2026-07-27-timeline-visualization-tools/.
Credits
These visualizations were inspired by Nicholas Rougeux at C82; particularly, the "Timeline of project activities" in Making of The Naturalist’s Library.