Certificate Generator App in Python.
YouTube Tutorial : https://youtu.be/04BO_5uWH9o
Website : https://certgenapp.herokuapp.com/
- Static Page - Home Page
- Upload DOCX File Utility
- Content Structure Tree with Reupload DOCX Feature
- Upload EXCEL SHEET (csv,xls,xlsx)
- HEADERS : TEXT_TO_REPLACE1, TEXT_TO_REPLACE2, ....
- CONTENT : Rows containing data to be replaced.
- Credits on right or left (if in Jinja-Flask - default Left)
- Good DOCX Example/Bad DOCX Example
- Long DOCX Doesn't Show Well
Advanced Concepts to be implemented :
- Image Replacer
- QR Code Generator
- DateTime Now
- Power expressions (LaTex or md) Like
$12^{th}$ of March. - PDF generation from DOCX (pure python module) (WebAPI - https://www.convertapi.com/docx-to-pdf#snippet=python)