Pylette
A Python library for extracting color palettes from supplied images.
File Explorer
Download Latest Version (.zip)- ci_tests.yaml
- publish-docs-on-master.yaml
- publish-to-pypi.yaml
- dependabot.yaml
- alex_perez_palette_kmeans.jpg
- alex_perez_palette_mediancut.jpg
- jason_leung_palette_kmeans.jpg
- jason_leung_palette_mediancut.jpg
- josh_hild_palette_kmeans.jpg
- josh_hild_palette_mediancut.jpg
- pylette_gui.png
- pylette_logo.jpg
- index.md
- reference.md
- __init__.py
- k_means.py
- median_cut.py
- oklab.py
- protocol.py
- registry.py
- __init__.py
- cli_utils.py
- color.py
- color_extraction.py
- colorspaces.py
- exceptions.py
- operations.py
- palette.py
- types.py
- __init__.py
- cmd.py
- py.typed
- types.py
- test_image.png
- test_alpha_masking.py
- test_batch_processing.py
- test_cli.py
- test_color_conversion.py
- test_color_representation.py
- test_colorspaces.py
- test_exceptions.py
- test_extractor_registry.py
- test_invariants.py
- test_json_export.py
- test_metadata.py
- test_oklab.py
- test_operations.py
- test_resize.py
- conftest.py
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- CITATION.cff
- LICENSE.md
- mkdocs.yml
- pyproject.toml
- README.md
- smoke_test.py
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/qTipTip/Pylette
Downloads the entire project code from GitHub to your computer.
cd Pylette
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install pylette
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install pylette
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
