shubRaj / sourcecodeToPDF

Made it to create PDF for coding assignments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SourceCodes to PDF

Installation

To install for use in terminal, run:

git clone https://github.com/shubRaj/sourcecodeToPDF.git

To install dependencies, run:

python3 -m pip install pipenv
cd ./sourcecodeToPDF
pipenv sync
pipenv shell

Finally, run:

python3 pdfCreate.py examples/29-04-2022 --output example.pdf --date 2022-04-30 --title example

About

Made it to create PDF for coding assignments

License:MIT License


Languages

Language:HTML 81.8%Language:Python 18.2%