This project provides a simple GUI application to convert images from WEBP format to PNG format. The application allows users to paste an image from the clipboard, convert it to PNG, and copy the converted image back to the clipboard.
- Paste an image from the clipboard
- Convert the image to PNG format
- Copy the converted PNG image to the clipboard
- Always on top window option
-
Install the required libraries:
pip install pillow pywin32
-
Run the script:
python WEBP2PNG-0011.py
-
Copy an image from your browser or any other source to your clipboard.
-
Paste the image into the application by pressing
Ctrl + V. -
Click the "Convert to PNG" button. The image will be saved to the
./CONVERTEDdirectory with a timestamped name and displayed in the window. -
Click the "Copy to Clipboard" button to copy the converted PNG image to the clipboard.
-
Toggle the "Always on Top" feature from the "Options" menu to keep the window on top of other windows. The checkbutton will indicate whether this feature is enabled. It is enabled by default on startup.
This project is licensed under the MIT License.