A Streamlit app built for Our Lady of Guadalupe Catholic Parish (Doral, FL) that turns a weekly Mass Intentions list into a formatted, print-ready PDF.
- Add days, Mass time slots, and individual intentions (with a cross toggle for deceased intentions)
- Reorder or remove intentions, slots, and days
- Re-import a previously generated PDF to continue editing it
- Generate a formatted PDF bulletin insert, styled with the parish's colors and branding
Streamlit · ReportLab (PDF generation) · pdfplumber (PDF re-import)
cd mass_intentions_app
pip install -r requirements.txt
streamlit run mass_intentions_app.py