Skip to content

underration/ImageToPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image To PDF

Description

This application creates a PDF file from PNG or JPG files.

How to Use

  1. Create a virtual environment using venv:

    $ python -m venv venv
    
  2. Activate the virtual environment: On Windows:

    $ venv\Scripts\activate
    

    On macOS and Linux:

    $ source venv/bin/activate
    
  3. Install the required packages using pip install -e .:

    $ pip install -e .
    
  4. Launch the application:

    $ flet run
    
  5. Click on Select Images and add the images you want to convert.

  6. By clicking Convert to PDF, a PDF file will be created in the data directory.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages