Iconify_EXT is a simple Windows utility to associate custom file extensions with icons and (optionally) applications, using a user-friendly PyQt6 GUI.
- Assign a custom icon (
.ico) to any file extension. - Optionally associate an application to open files of that type.
- Restart Windows Explorer from the app to apply changes immediately.
- Simple, modern PyQt6 interface.
- Windows OS
- Python 3.8+
- PyQt6
Install requirements with:
pip install -r requirements.txt
-
Run as Administrator:
The app will prompt for admin rights if not already running as admin (required for registry changes). -
Set File Extension:
Enter the file extension you want to associate (e.g.,.kato). -
Choose Icon:
Browse and select a.icofile to use as the icon. -
(Optional) Associate App:
Browse and select an application (.exe) to open files of this type. -
Apply Association:
Click "🔥 Apply Association" to write the changes to the Windows registry. -
Restart Explorer:
Click "♻️ Restart Explorer" to refresh icons and associations.
python main.py- Administrator rights are required to modify file associations and icons.
- Changes affect all users on the system.
- Use with caution; incorrect registry edits can affect system behavior.
MIT License