7 lines
192 B
Python
7 lines
192 B
Python
"""
|
|
img2pdf - Leak Technologies
|
|
Convert a single image or folder of images into a PDF file (sorted by filename).
|
|
"""
|
|
__version__ = "1.0.3"
|
|
__author__ = "Stu Leak <leaktechnologies@proton.me>"
|