Skip to content

kosantosbik/gcgman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Contribution Graph Manager (gcgman)

ScreenShot A python script to write words into your github contribution graph. Chosen word has a length limit of 8.

Currently supported characters : A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, R, S, T, U, V, Y, Z, X, W, Q, space, 0-9

Installation

pip install gcgman

Usage

gcgman WORD [OPTION...]

  • Make sure to run it in a git directory.
  • To delete changes, delete the repository commits are in. So DO NOT USE IN ANOTHER PROJECT'S REPOSITORY.

Options

    -h, --help                 show this help message and exit
    -p, --push                 Push commits from master branch to origin
    -y YEAR, --year YEAR       Use a year as a start date
    -c COUNT, --count COUNT    Number of commits per day

Contribution

Each character can use maximum of 42 days (6 weeks or 6 colums). First and the last column is not used if they are not necessary. gcgman treats each letter as a list of integers from 0 to 41. Days used in drawing the letter are included in the list. Example of the letter 'A' can be seen below.

Empty Tiles vs Letter A

Tile

A = [7,8,9,10,11,12,13,14,17,21,24,28,29,30,31,32,33,34]

A Letter

About

Github Contribution Graph Manipulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages