mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
HSLify
This is a simple Python script that converts all hex colors in a directory to their corresponding HSL values.
Usage
- Install the required dependencies:
pip install colormath
-
Move files so that hslify is in the same directory as the files you want to process. That can be in this folder, or by moving this folder to the same directory as the files you want to process.
-
Run the script:
py hslify.py
- Formatting is strange, so it may be necessary to save the file manually for prettier to format it.