A Icon Maker GUI Made Using Python 3.9.0 .
It will take any image and convert it to ICO file, for web site favicon or Windows applications.
Hope You Will Like It and you can also use the code to make your own version.
- Click on 'Choose File' button and pick any image from any location.
- Select the 'Convert to ICO' button and pick the location where the file will be saved.
- Pillow
- Os
- Tkinter
- For Linux: Open Terminal then type
pip3 install Pillow
- For Windows: Open CMD, then type
pip install Pillow