Skip to content

RedFox-Gamer/PNG-to-ICO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PNG-to-ICO

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/

Releases

No releases published

Packages

No packages published

Languages