Pretend the green squares on GitHub heatmaps are pixels and "render" text on them with this useless Python package.
python3 -m pip install --user https://github.com/matiaslindgren/ghht/archive/v0.5.2.zippython3 -m ghht -hCreate an empty directory (or use an existing git repo) and fill it with some commits:
mkdir commit-sink
python3 -m ghht "hello." 2015 --pad-left 8 --git-repo ./commit-sinkThen push commit-sink to a repository on GitHub.
Run with --ascii to print results to stdout instead of generating commits.
python3 -m ghht 'haha wow! :DDD' 2014 --asciiOutput:
2014
# # ## # # ## # # ## # # #
# # # # # # # # # # # # # # #
#### #### #### #### # # # # # # #
# # # # # # # # #### # # ####
# # # # # # # # # # ## # # #
2013
### ### ###
# # # # # # #
# # # # # #
# # # # # # #
### ### ###
