Convert from images to PDF (because I'm out of shitty softwares like Adobe and bullshit online tools)
Images to PDF - Convert multiples images to a single PDF
[Usage]
--images, Put your images here (comma separated)
--pdf, Specify the PDF filename (Default: final.pdf)
[Example]
img2pdf.py --images "img1.jpg,img2.jpg,img3.jpg" --pdf "file.pdf"
pip3.10 install Pillow
# pip3.10 install -r requirements.txt