This Python script is designed to manage and organize folders tree structure by creating custom .ini files for icon customization. It hides and unhides .ini and _icon.ico files while respecting the folder depth and a predefined ignore list.
- Unhide and Hide Files: The script unhides
.iniand_icon.icofiles before processing and hides them back after completing the task. - Custom Icons: Automatically creates a
desktop.inifile for each folder that contains an_icon.icofile. - Depth Control: Processes files and folders up to a specific depth level.
- Folder and File Exclusion: Allows excluding specific folders and files based on custom patterns.
- Python 3.x
coloramalibrary (for colored output)- Access to a Windows machine (since the script uses Windows-specific commands like
attrib)
- Clone this repository or download the script.
- Install the required dependencies:
pip install coloramapython pers-file-icon.pyThis project is licensed under the MIT License Yes I do...