Convert .png images to .ico with this short and simply Python script.
How to:
- To locate your base .png image, change the "filename=" line ( e.g. filename=test.png --> filename=cat.png )
- To change your *final .ico file's name, change the img.save line ( e.g. img.save("test.ico") --> img.save("cat.ico") )
Tutorial available on my Instagram page: https://www.instagram.com/p/CHss_WNJWIw/