Create a UI for a Python script that converts and compresses images to PDFs
I have written a Python script that processes images from folders and .cbz files, compresses them, and converts them into PDF files. The script uses the PIL, PyMuPDF, tqdm, multiprocessing, and zipfile libraries.
Beginner Help Needed to Create a UI for a Python Script That Converts and Compresses Images to PDFs
I am a beginner in coding and have written a Python script that processes images from folders and .cbz files, compresses them, and converts them into PDF files. The script uses the PIL, PyMuPDF, tqdm, multiprocessing, and zipfile libraries.