Skip to content

Many websites use .webp file format for images, which is extremely annoying to use. Therefore, I created a small GUI-based Python program to help mass-convert .webp images to .pngs

Notifications You must be signed in to change notification settings

nickschirloff/feather-image-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feather Image Converter

A PyQt app to make mass-converting images from one file type to another easier.

Inspired by how many services (such as Google Docs) do not support with the .webp image format, which has become fairly common. This becomes cumbersome when trying to import a lot of graphs or images within a project, as each would need to be individually converted. This program seeks to make that process easier with just a few clicks.

Features

  • Live image preview
  • Simple to use
  • Cross platform
  • Choose desired image format (Coming Soon)

Running the Program

Clone the project

  git clone https://github.com/nickschirloff/feather-image-converter

Switch to new directory

  cd Python-Image-Conveter

Create & run venv

  python -m venv ./venv/
  ./venv/Scripts/activate

Install dependencies

  pip install -r requirements.txt

Run the Program, or the .exe

  python feather.py

Roadmap

  • Move output from console to app
  • Add more controls and options
  • Better UI display
  • Code cleanup & optimizations
  • Converting all images within a directory

Contributing

This project is currently ongoing, and contributions are always welcome!

If you have a suggestion to improve this project, please fork it and create a pull request.

License

Distributed under MIT License.

Contact

Please reach out with feedback or questions at:

Nick Schirloff - schirloffnick@gmail.com

Project Link: https://github.com/nickschirloff/Python-Image-Converter

Acknowledgements

About

Many websites use .webp file format for images, which is extremely annoying to use. Therefore, I created a small GUI-based Python program to help mass-convert .webp images to .pngs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages