created module
- confectionary is now installable as a package ✨ (after requirements.txt is installed) with:
pip install .
import confectionary
confectionary.text2pdf.convert_files_to_pdf("./example/text-files", "./example/outputs")
pypi release coming soon!
What's Changed
- package works by @JonathanLehner in #5
- package works by @JonathanLehner in #6
New Contributors
- @JonathanLehner made their first contribution in #5
Full Changelog: v0.0.1...v0.1.0