A program to easily change a file or folder's icon on Windows.
This repository has been archived on 2025-06-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-03-24 11:10:20 -07:00
modules chore: Add Pyside6 dependencies in preparation for GUI commit. 2025-03-24 11:06:55 -07:00
.gitignore Initial commit 2024-08-24 18:22:52 +01:00
cli.py feat(cli): Add ability to specify path and filename of an image converted to a .ico 2025-03-17 13:18:51 -07:00
current_icon.py fix: Fixes #17; if a desktop.ini is malformed or is not for a custom icon, the program will return an error 2025-01-30 15:27:29 -08:00
generic.py fix(generic functions): path validation pre-defined path support 2024-12-06 21:51:52 -08:00
gui.py feat(gui): Add a GUI with complete feature parity to CLI 2025-03-24 11:10:20 -07:00
LICENSE Initial commit 2024-08-24 18:22:52 +01:00
README.md docs: update README 2024-11-25 12:22:15 +00:00
requirements.txt chore: Add Pyside6 dependencies in preparation for GUI commit. 2025-03-24 11:06:55 -07:00
save_ico.py feat(cli): Fixes #6 2025-01-13 10:16:15 -08:00
set_ico.py feat(cli): Add ability to specify path and filename of an image converted to a .ico 2025-03-17 13:18:51 -07:00

iconiic

Caution

This program is in early pre-alpha, expect heavy breaking changes and major bugs

Iconiic is a Python program to allow anyone to easily change a file or folder's icon in Windows.

Contributing