Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1 KB

README.md

File metadata and controls

24 lines (21 loc) · 1 KB

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.