Skip to content

nj-vs-vh/image-in-gh-commit-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cutting-edge GitHub page customization tool

Want to customize your GitHub user page, but don't know how? Now you can make your profile unique and attractive by placing any greyscale image in stunning 52x7 resolution right on your contributions timeline!

Installation

pip install git+https://github.com/nj-vs-vh/image-in-gh-commit-calendar.git

Usage

Generating commits from raster image

# basic run
gh-cal-image generate --image ./example/hello-world.png --max-commits-per-day 50

# with auto-push
gh-cal-image generate \
    --image ./example/hello-world.png \
    --max-commits-per-day 50 \
    --remote git@github.com:nj-vs-vh/my-dummy-repo.git

# full options list
gh-cal-image generate --help

Preview image

gh-cal-image preview \
    --image ./example/hello-world.png \
    --max-commits-per-day 30 \
    --output preview.png

About

Displaying text in the GitHub commit history calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages