Skip to content

Instantly share code, notes, and snippets.

View easyas314's full-sized avatar

Brad Simmons easyas314

  • South Carolina, USA
View GitHub Profile
@easyas314
easyas314 / pycalendar.py
Created November 26, 2023 03:40 — forked from ssokolow/pycalendar.py
Refactored version of Bill Mill's printable calendar code
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""Generate a printable calendar in PDF format, suitable for embedding
into another document.
Tested with Python 2.7.
Dependencies:
- Python
- Reportlab