Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 551 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 551 Bytes

PNGTOICO

Simple program that changes ".png" to ".ico". It is really helpful, because most graphic design programms can't do it easily for some reason.



Usage

  1. Run PNGTOICO
  2. Choose ".png" file you want to convert
  3. Click "Conver" button

Results will be in the same folder as the ".png" file.

Requirements

  • Pillow==8.4.0
python3 -m pip install -r requirements.txt