Skip to content

A script to change the color of a folder icon on macOS.

License

Notifications You must be signed in to change notification settings

berkaayildiz/chromafolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

chromafolder

Chromafolder is a Python script that allows you to customize the color of your MacOS folder icons. With a simple command, you can match the icon color to your personal style or organizational system.

Prerequisites

Ensure you have the following installed on your system:

  • Python 3
  • PIL (Pillow)

If you don't have Pillow installed, you can install it using pip:

pip3 install pillow

Getting Started

Follow these steps to use Chromafolder:

  1. Clone this repository to your local machine.
  2. Run the script with the path to the folder and the hex color value as arguments.
python3 chromafolder.py /path/to/your/folder #FFFFFF

Contributing

If you’d like to contribute, please follow these steps:

  1. Open an Issue: Before making any changes, please open an issue in our repository. This allows us to discuss the changes and prevent any unnecessary work.
  2. Fork the Repository: After we've discussed and agreed on the changes, fork the repository to your account.
  3. Create a New Branch: Make a new branch in your fork for your changes.
  4. Make Your Changes: Implement your changes in your branch.
  5. Submit a Pull Request: Once your changes are complete, submit a pull request for review.

License

Chromafolder is licensed under the MIT License. See LICENSE for more information.

About

A script to change the color of a folder icon on macOS.

Topics

Resources

License

Stars

Watchers

Forks