# png2ico **Repository Path**: i540113104/png2ico ## Basic Information - **Project Name**: png2ico - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-04 - **Last Updated**: 2025-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PNG to ICO Converter A simple Python script to convert PNG files to ICO format. ## Requirements - Python 3.6+ - Pillow library ## Installation Install the required dependencies: ``` pip install -r requirements.txt ``` ## Usage 1. Place your PNG files in the same directory as the script 2. Run the script: ``` python png2ico.py ``` The script will convert all PNG files in the directory to ICO format with the same filename but with the `.ico` extension.