/PNGTOICO

his program is a GUI application that allows users to convert PNG images to ICO format. Users can select a PNG image using the file dialog and then save the converted image as an ICO file.

Primary LanguagePython

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