Skip to content

kingshah13/intoPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Image to PDF Converter

This simple Python GUI application converts batch images to PDF format. It supports JPEG, PNG, and PSD.

Dependencies

  • Python 3
  • Pillow (Python Imaging Library)
  • Tkinter (Python Imaging Library)

How to Use

  1. Install the required dependencies.

  2. Open a command terminal.

    • Download and Install Pillow
    pip install pillow
    
    • Download and Install Tkinter
    pip install tkinter
    
  3. Clone the repository to your local machine.

    git clone https://github.com/kingshah13/intoPDF.git
    
  4. Run the script.

    python intoPDF.py
    
  5. Click the "Browse" button to select image files.

  6. Choose the output folder where the PDFs will be saved.

  7. Click the "Convert to PDF" button to start the conversion process.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Languages