Greenart draws image on your github green panel
pip3 install greenart
- Clone this repo
git clone https://github.com/seregayoga/greenart.git
- Change dir to repo
cd ./greenart
-
Create your own repo with any name, for example
yourrepo
-
Change origin
git remote set-url origin git@github.com:yourname/yourrepo.git
- Run
greenart examples/greenart.png | bash
Instead of examples/greenart.png
can be any image that scales to github activity panel
$ pip install -r requirements-dev.txt
$ nosetests -v
Test Image.get_commands method ... ok
Test Image._get_commit_from_past method ... ok
Test Image._get_days_ago_when_was_first_sunday method ... ok
Test Image._get_github_color_from_grey method ... ok
----------------------------------------------------------------------
Ran 4 tests in 0.038s
OK