How to Install and Uninstall python3-colour Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-colour" package

Please follow the guidance below to install python3-colour on Kali Linux

$ sudo apt update $ sudo apt install python3-colour

2. Uninstall "python3-colour" package

Please follow the guidelines below to uninstall python3-colour on Kali Linux:

$ sudo apt remove python3-colour $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-colour package on Kali Linux

Package: python3-colour
Source: python-colour
Version: 0.1.5-4
Installed-Size: 73
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 23588
SHA256: 1787aa327e8c1997b1ea334f61d91a6f7b945b221cf1cff317d3418011483ce4
SHA1: 40bd8c92a5bc3a7bc3419402441a9a75a28c7836
MD5sum: fcb878c1d266d372052dc3b9a0a19e8d
Description: converts and manipulates various color representation - Python 2.X
Converts and manipulates common color representation (RGB, HSL, web, ...)
.
Features:
.
* Damn simple and pythonic way to manipulate color representation
* Full conversion between RGB, HSL, 6-digit hex, 3-digit hex, human
color
* One object (Color) or bunch of single purpose function (rgb2hex,
hsl2rgb, ...)
* web format that use 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.
* smooth intuitive color scale generation choosing N color gradients.
* can pick colors for you to identify objects of your application.
Description-md5:
Homepage: https://github.com/vaab/colour
Section: python
Priority: optional
Filename: pool/main/p/python-colour/python3-colour_0.1.5-4_all.deb