Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 640 Bytes

File metadata and controls

33 lines (22 loc) · 640 Bytes

pdf_gen

codecov CI

Compiles images to PDF format.

Install it from PyPI

pip install pdf_gen

Usage

from pdf_gen import BaseClass
from pdf_gen import base_function

BaseClass().base_method()
base_function()
$ python -m pdf_gen
#or
$ pdf_gen

Development

Read the CONTRIBUTING.md file.