The icon for this utility was made in the same utility :)
-
Support for many types of images
Currently supports: jpg, jpeg, png. -
Easy to use
Just add the images you want to convert and click "convert"! -
The ability to choose which images to convert
You can choose which images to convert using the checkboxes in the list. -
Open the folder with converted icons immediately
After successful conversion, you can immediately open the export folder in the dialog box! -
Fully portable
Just unzip it to a convenient place and use it!
This project uses PySide6 (Qt for Python), which is licensed under LGPL v3. For more details, please visit the Official Qt Licensing page.
- Go to Releases page.
- Download the latest
Release. - Unzip and run
LazyIconCreator.exe!
git clone https://github.com/ProxyDDDer/LazyIconCreator.git
cd LazyIconCreatorpython -m venv venv
# Windows:
venv\scripts\activate
# macOS/Linux:
source venv/bin/activatepip install -r requirements.txtpython main.py