# Calp calp is a barebones calendar generator. It simply generates a 12-page .pdf of the year of your choice. # Dependencies - `cairo` - `gcc` - `git` # Install ```bash git clone https://git.foswret.com/calp cd calp make clean install ``` # Uninstall ```bash make uninstall ``` # Usage ```bash # BASIC calp # Generate 12-month calendar with default options ``` # Planned Features - Toy Font API --> Pango Backend - Arguments (`getopts`) - Various International Paper Size Support - Custom layout file parsing (config files) - Holidays (.csv files) - Month Art - Moon Phases # Contact If you have a comment or concern, please contact me through my email [here](https://foswret.com/about/). If you have a change you'd like to make to the code, I can create a mirror GitHub repository to ease collaborative development.