hichtakk / pptx-calendar-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pptx-calendar-generator

docker license

Calendar generator for MS PowerPoint.

Usage

Run with Docker container

Just run with pre-build docker image and generate 12 month calender for specified year. If you don't pass ${YEAR} argument, generator will build current year calendar.

$ docker run --rm --mount type=bind,src=$(pwd),dst=/work hichtakk/pptx-calendar-generator ${YEAR}

About

License:MIT License


Languages

Language:Python 81.5%Language:Makefile 9.6%Language:Dockerfile 8.9%