# Calp calp attempts to generate dry and attractive calendars that can be printed. It is designed to be extensible and customizable for a wide range of calendar designs. # Dependencies - `cairo` - `gcc` - `git` # Install ```bash git clone https://git.foswret.com/calp cd calp make clean install ``` # Uninstall - `make uninstall` # Usage ``` # 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.