Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.55 KB

README.md

File metadata and controls

65 lines (46 loc) · 1.55 KB

Github Art

Build Status PyPI Downloads Coverage Status

Python project to write string on Contributions Github account table

Usage

  1. Clone project and move to project folder:
git clone https://github.com/ufocoder/py-GithubArt.git
cd py-GithubArt
  1. Create folder to build git project, for example:
mkdir ~/build
  1. Create github project

  2. Run python github_art, there's an example of script usage:

python github_art \
    --string abc123 \
    --path ~/build \
    --username network-batman \
    --project gotham-city

Result Contributions table:

Github Contributions

You could use other dictionary to write:

python github_art \
    --string abcef012345 \
    --dictionary alphanumeric2x \
    --path ~/build \
    --username network-batman \
    --project gotham-city

Result Contributions table:

Github Contributions

There's example of second github_art usage

Options

  • string - your string [required parameter]
  • dictionary - alphanumeric or alphanumeric2x
  • path - there's a path to your github project [required parameter]
  • project - URL to your github project [required parameter]