Skip to content

About Us

Abhay Chaudhary edited this page Nov 3, 2024 · 4 revisions

🚀 IMG2PDF - Desktop Application


About Us


About this -> Project

This is a simple project in which we have used the Tkinter Interface which is generally considered as a Framework of Python Programming Language and is used for designing GUI Softwares for Desktop or in other words Desktop Applications.

It contains a general image to pdf converter .exe file regarding window's user for conversion of images to pdf, and is designed by Abhay Chaudhary. So, without wasting our time let's get started with our learning Project's Roadmap.

Requirement's Learning for this Project

Topics Required Links for Getting Switched
Basics of Tkinter Repository for Learning
Basic Widgets in Tkinter Learning Code
Event Binding Code for Learning
Message Box MessageBox Alerts

Tkinter Framework

Tkinter is the most commonly used library for developing GUI (Graphical User Interface) in Python. It is a standard Python interface to the Tk GUI toolkit shipped with Python. As Tk and Tkinter are available on most of the Unix platforms as well as on the Windows system, developing GUI applications with Tkinter becomes the fastest and easiest.

Below we have syntax code for installing packages :-

pip install package_name

Modules Required

Modules Names Uses
Tkinter It is used for adding window and different widgets to it, together by applying changes.
filedialog It is used for selecting different or single files for working over to it.
img2pdf It is used for convertion of different files into single pdf file.
Messagebox It is used for showing different errors, warning or information dialog box.
os It is used for getting current directory location.
shutil It is used for moving files from one directory to another directory.

Our Official Repo Poster


Image2pdf