GitArt
Python Package to Create Art though Git Presently allows users to Create Heart Shape on their GitHub Profile Contibution Summary GitHub Link: https://github.com/nimeshkverma/GitArt
How To Make a Heart
Install the Package using the command : pip install GitArt
Import the Heart module from GitArt
Create an object of GitHeart
Call the create_heart function of the object created with arguments git_repo_url, max_commits and weeks_from_now. Last two arguments are optional.
Code for above steps:-
In the Command Line:-
pip install GitArt
In a python script or python shell:-
from GitArt import Heart git_heart_obj = Heart.GitHeart()
git_repo_url = 'git@github.com:nimeshkverma/HelloWorld.git'
#To Get Heart with default commits and with end_week as present week git_heart_obj.create_heart(git_repo_url=git_repo_url)
#To Get Heart with 10 commits per day and the heart border in the week = present_week -2 git_heart_obj.create_heart(git_repo_url=weeks_from_now,max_commit=10,weeks_from_now= 2)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file GitArt-1.0.2.tar.gz.
File metadata
- Download URL: GitArt-1.0.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9e312cb8111bea7508fba49299b1df770f2861b570f7743d803b9998b33128b
|
|
| MD5 |
b0905a8201bd4465113d24166e8ea51f
|
|
| BLAKE2b-256 |
269556d39dedcf36f6032e03aaeb3b6cc1cba2f3dcc84ace5aa10fa55031493e
|