Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/10maurycy10/ghart
A way to draw art to you gh profile.
https://github.com/10maurycy10/ghart
Last synced: 2 months ago
JSON representation
A way to draw art to you gh profile.
- Host: GitHub
- URL: https://github.com/10maurycy10/ghart
- Owner: 10maurycy10
- License: lgpl-2.1
- Created: 2022-03-18T21:12:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T21:34:33.000Z (12 months ago)
- Last Synced: 2024-01-28T22:28:41.412Z (12 months ago)
- Language: Python
- Size: 143 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub art
A few scripts to draw art to you commit graph on github.
!["LOOK I HAVE TEXT" drawn on GH contibutions graph](art.png)
![a stylized cat drawn on GH contibutions graph](toned.png)
# Running:
The art to draw is defined in ``gendates.py``, you likley want to edit it.
Then clone an empty repo to ``repo``:
```
git clone [email protected]:you/somename.git repo
```
Next run ``doit.sh`` to generate the commits, It will prompt you for the end date of the art (In ISO date format).Finaly ``cd`` into repo and ``git push --force``. enjoy!
## Tips:
If you have a large ammount of contributions, you may want to use an alt account. (Make sure to set ``GIT_COMMITTER_EMAIL`` and edit commits.sh to pass ``--author`` to git.)