Welcome to the Recolor App Icons repository! This Python script allows you to batch recolor application icons into a minimalist, posterized style with a specific base hue. Whether you're a developer looking to enhance your app's aesthetic or just someone who enjoys customizing visuals, this tool is designed to make the process easy and efficient.
- Batch Processing: Process multiple icons at once, saving you time.
- Image Manipulation: Utilize the powerful Pillow library for image processing.
- Posterization: Create visually appealing, posterized icons.
- Multiple Formats: Support for PNG and WEBP formats.
- Customizable Colors: Choose your base color for recoloring.
To get started, you need to have Python installed on your machine. You can download Python from python.org.
-
Clone the repository:
git clone https://github.com/AndresMorales08/recolor-app-icons.git cd recolor-app-icons -
Install the required packages:
pip install -r requirements.txt
-
Download the latest release of the script from the Releases section. You will need to download the appropriate file and execute it.
After installation, you can use the script to recolor your icons. Here’s how:
-
Place your icons in a designated folder.
-
Open a terminal and navigate to the script's directory.
-
Run the script with the following command:
python recolor.py --input <path_to_your_icons> --output <path_to_save_recolored_icons> --color <base_color>
Replace
<path_to_your_icons>with the folder containing your icons,<path_to_save_recolored_icons>with the desired output folder, and<base_color>with the color you want to apply.
python recolor.py --input ./icons --output ./recolored_icons --color "#FF5733"This command will take all icons from the icons folder, recolor them with the specified base color, and save them to the recolored_icons folder.
The script supports the following image formats:
- PNG
- WEBP
Make sure your icons are in one of these formats for optimal results.
We welcome contributions to the Recolor App Icons project! If you have ideas for new features, bug fixes, or improvements, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or fix.
- Make your changes and commit them.
- Push to your forked repository.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or suggestions, feel free to reach out:
- GitHub: AndresMorales08
- Email: andres.morales@example.com
You can find more information and updates in the Releases section.
Thank you for checking out Recolor App Icons! Enjoy customizing your application icons! 🎉