This application creates a PDF file from PNG or JPG files.
-
Create a virtual environment using
venv:$ python -m venv venv -
Activate the virtual environment: On Windows:
$ venv\Scripts\activateOn macOS and Linux:
$ source venv/bin/activate -
Install the required packages using
pip install -e .:$ pip install -e . -
Launch the application:
$ flet run -
Click on
Select Imagesand add the images you want to convert. -
By clicking
Convert to PDF, a PDF file will be created in the data directory.
This project is licensed under the MIT License - see the LICENSE file for details.