Skip to content

A simple program to help identify and color weeks in the Kurzgesagt's Calendar of your Life Infographic Poster

License

Notifications You must be signed in to change notification settings

zamlz/calendar-of-your-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar of your Life

A simple to help generate a calendar of your life. I made this to specifically help figure out what circles to highlight for the Kurzgesagt's Calendar of your Life infographic poster.

Install

pip install --user requirements.txt

Usage

python3 main.py ${PATH_TO_CALENDAR_FILE}

example output

Sample Calendar File

Setup a json file like the one below which contains event ranges.

{
  "name": "my calendar",
  "birthday": "1995-11-08",
  "events": [
    {
      "name": "2y",
      "color": "green",
      "start": "1995-11-08",
      "end": "1997-11-08"
    },
    {
      "name": "2y",
      "color": "red",
      "start": "1997-11-08",
      "end": "1999-10-09"
    },
    {
      "name": "test",
      "color": "blue",
      "start": "1999-10-09",
      "end": "2005-07-31"
    }
  ]
}

About

A simple program to help identify and color weeks in the Kurzgesagt's Calendar of your Life Infographic Poster

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages