The easiest way to create your own custom Windows folder icons.
This project is still in development. But there is already a working prototype.
💡 You need ImageMagick installed on your computer. You can download it here.
First install Wand:
pip install Wand
python winLabeler.py "C:\Users\User\example.png"
python winLabeler.py "C:\Users\User\example.png" -ns
python winLabeler.py "C:\Users\User\example.png" -ns -o "my_icon.ico"
-ns
stands for "no small folder". It means that the program will not use a folder for the small icon.
Here is an example of the difference:
⚠ Expect some bugs. This is sill a proof of concept.