Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheBobTheBlob/cbPDF
cbPDF is a command line tool to convert a folder or compressed archive containing images into a PDF
https://github.com/TheBobTheBlob/cbPDF
command-line-tool pdf-generation
Last synced: 3 months ago
JSON representation
cbPDF is a command line tool to convert a folder or compressed archive containing images into a PDF
- Host: GitHub
- URL: https://github.com/TheBobTheBlob/cbPDF
- Owner: TheBobTheBlob
- License: gpl-3.0
- Created: 2020-10-22T13:35:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T16:27:41.000Z (over 2 years ago)
- Last Synced: 2024-06-28T13:34:00.855Z (5 months ago)
- Topics: command-line-tool, pdf-generation
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cbPDF
cbPDF is a command line tool to convert a folder or compressed archive containing images into a PDF.
## Requirements
* Python 3.7+
* Standard Library: `logging`, `os`, `pathlib`, `shutil`, `sys`
* Other: `fpdf2`, `pillow`