Skip to content

gitribute.com lets you create custom text in GitHub commit map!

License

Notifications You must be signed in to change notification settings

daft-ware/gitribute.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitribute.com lets you create custom text in GitHub commit map!

Master the UI

Understand the code

The program is written in Python 3.10

Code structure with snippets of code

  • The program is given a json file with letters and number of days it takes to write them to the commit map
import json

json_letters = """
    {
        "a" : "1",
        "h" : "2",
        "o" : "3", 
        "j" : "4"
    }
"""
  • The data is parsed to parsed_letters so Python can further work with them
parsed_letters = json.loads(json_letters)

About

gitribute.com lets you create custom text in GitHub commit map!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages