Skip to content

A simple webp/jpg/gif/tiff to png converter made using customtkinter and pillow.

Notifications You must be signed in to change notification settings

MY-Sabil/Simple-Image-To-PNG-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Image-To-PNG-Converter

A simple webp/jpg/gif/tiff to png converter made with customtkinter and pillow.

Screenshot 1

Screenshot 2

Installation and Usage

Just install the requirements.txt file using

pip install -r requirements.txt

Then just run the main.py file, import images and easily convert them to png.

A cool trick

If you want to quickly run the python file without navigating to the directory again and again, you can easily do that by using a simple cmd file. Just create a new text document and paste the following code:

cd <path to directory>
python main.py

then save it as a .cmd file. Now you can easily open the converter by just running a cmd file.