Skip to content

A simple Python script that allows users to select images from their computer, convert them into a single PDF file, and then clean up the input folder by deleting all the images. This program uses the Pillow library for image manipulation and tkinter for the file selection dialog.

License

Notifications You must be signed in to change notification settings

AdityaManojShinde/Pyhon-Image-To-Pdf-Convertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image to PDF Converter

A simple Python script that allows users to select images from their computer, convert them into a single PDF file, and then clean up the input folder by deleting all the images. This program uses the Pillow library for image manipulation and tkinter for the file selection dialog.

Features

  • Opens a file explorer window for selecting images.
  • Converts selected images into a single PDF file.
  • Supports multiple image formats: PNG, JPG, JPEG, and GIF.
  • Cleans up the source folder by deleting all images after conversion.

Requirements

  • Python 3.x
  • Required Python libraries:
    • Pillow (Python Imaging Library)
    • tkinter (standard library for Python)

Author

Aditya Shinde

About

A simple Python script that allows users to select images from their computer, convert them into a single PDF file, and then clean up the input folder by deleting all the images. This program uses the Pillow library for image manipulation and tkinter for the file selection dialog.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages