Metadata-Version: 2.1
Name: code-to-pdf
Version: 0.2.0
Summary: This convert a software proyect to a pdf book
Home-page: https://github.com/isidroas/code_to_pdf
Author: Isidro Arias
Author-email: isidroariass@hotmail.es
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/isidroas/code_to_pdf/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyPDF2
Requires-Dist: art
Requires-Dist: gitpython
Requires-Dist: jinja2
Requires-Dist: pdfkit
Requires-Dist: pygments
Requires-Dist: reportlab

[![codecov](https://codecov.io/gh/isidroas/code_to_pdf/branch/main/graph/badge.svg)](https://codecov.io/gh/isidroas/code_to_pdf)
[![example workflow](https://github.com/isidroas/code_to_pdf/actions/workflows/github-actions-test.yaml/badge.svg)](https://github.com/isidroas/code_to_pdf/actions/workflows/github-actions-test.yaml)


# PDF code proyect generator

Passing a lot of hours in front of a screen is tired. Sometimes we need to analyze libraries that used in our application and in order to give a rest to our eyes this program could be usefull. Its imput is a folder that contain files of code, generating pdf pages of highlighted source. Also, at the beginning an index is added. To known the name of every file a header is added in all of them

![Image conversion](conversion.svg)


