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

Last updated: May 17,2024

1. Install "python3-colorzero" package

Please follow the step by step instructions below to install python3-colorzero on Kali Linux

$ sudo apt update $ sudo apt install python3-colorzero

2. Uninstall "python3-colorzero" package

Please follow the instructions below to uninstall python3-colorzero on Kali Linux:

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

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

Package: python3-colorzero
Source: colorzero
Version: 2.0-2
Installed-Size: 115
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3:any
Size: 22336
SHA256: 7c419248b5818884961d2dc6c88f7573993ffe3cec954a458b3b8f530c37448f
SHA1: 8ed02ad2cdf9730c12add05a7cc2660655c3ae2f
MD5sum: dfb15649649a85bdec98fd7a8d713272
Description: Construct, convert, and manipulate colors in a Pythonic manner.
Colorzero is a library for working with colors in Python. It is not intended
to be as comprehensive as colormath, but is intended to be a little easier
to use, particularly for beginners. The major difference with colorzero is
that colors are tuples and thus immutable. Standard mathematical operators
(addition, subtraction, multiplication, etc.) are used to generate new
colors. Conversions are provided for a wide variety of systems including
YUV, RGB565, CMYK, CIE Lab, and so on.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://pypi.org/project/colorzero/
Section: python
Priority: optional
Filename: pool/main/c/colorzero/python3-colorzero_2.0-2_all.deb