In this tutorial video, we will learn how to retrieve color palettes from the Colourlovers Web API. With the power of Python scripting, I’ll guide you step-by-step through the process of harnessing the API’s capabilities to download beautiful color palettes directly from the internet.
Discover how to effortlessly extract and explore many inspiring color schemes, allowing you to unleash your creativity in various design projects.
Final Code:
https://github.com/CGArtPython/get_color_palettes_py/blob/main/main.py
Colour Lovers API doc:
https://www.colourlovers.com/api
colourlovers Python package:
https://pypi.org/project/colourlovers/
Original JS script for getting the color palettes by Matt DesLauriers:
https://github.com/Jam3/nice-color-palettes/
5 Steps to setup VSCode for Blender Python (on Windows)
5 Steps to setup VSCode for Blender Python (on macOS)
5 Steps to setup VSCode for Blender Python (on Linux)
#creativecoding #python #scripting #automation