To use you will need to install Python3
I am using MacOS and homebrew, you may need to use different commands for Windows or Linux
Tested with version 3.11.4
brew install python3
apt-get install python3
https://www.python.org/downloads/windows/
pip install Pillow reportLab
3. Upload images you want to convert into the /imgs folder. I used an aspect ratio of 3:4, I have not tested with other ratios.
python3 main.py
if you are having issues with running the program it is likely you have not configured your $PATH variable to your interpreter. You can use the command
Where Python3
to locate it and use this command to run it while in the project directory. Optionally you can configure your python3 interpreter $PATH variable.
path/to/your/Python3 main.py
Should export as a pdf in the directory. :) Best of luck!
If you have questions, feel free to raise an issue and I will do my best to help you out.