How to Install and Uninstall python39-colour Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python39-colour" package

This is a short guide on how to install python39-colour on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-colour

2. Uninstall "python39-colour" package

This guide let you learn how to uninstall python39-colour on openSuSE Tumbleweed:

$ sudo zypper remove python39-colour

3. Information about the python39-colour package on openSuSE Tumbleweed

Information for package python39-colour:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-colour
Version : 0.1.5-4.4
Arch : noarch
Vendor : openSUSE
Installed Size : 94.7 KiB
Installed : No
Status : not installed
Source package : python-colour-0.1.5-4.4.src
Upstream URL : https://github.com/vaab/colour
Summary : Python module to convert between color representations (RGB, HSL, web)
Description :
Python module to convert between color representations:
* RGB, HSL, 6-digit hex, 3-digit hex, human color
* One object (Color) or several single purpose functions
(rgb2hex, hsl2rgb, ...)
* Web format which uses the smallest representation between
6-digit (e.g. #fa3b2c), 3-digit (e.g. #fbb), fully spelled
color (e.g. white), following W3C color naming for compatible
CSS or HTML color specifications
* Color scale generation choosing N color gradients
* It's possible to pick colors to identify objects of the
application being developed