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

Last updated: June 03,2024

1. Install "python39-pydenticon" package

Learn how to install python39-pydenticon on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pydenticon

2. Uninstall "python39-pydenticon" package

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

$ sudo zypper remove python39-pydenticon

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

Information for package python39-pydenticon:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pydenticon
Version : 0.3.1-6.4
Arch : noarch
Vendor : openSUSE
Installed Size : 27.8 KiB
Installed : No
Status : not installed
Source package : python-pydenticon-0.3.1-6.4.src
Upstream URL : https://github.com/azaghal/pydenticon
Summary : Library for generating identicons
Description :
Pydenticon is a small utility library that can be used for deterministically
generating identicons based on the hash of provided data.
The implementation is a port of the Sigil identicon implementation from:
* https://github.com/cupcake/sigil/
Pydenticon provides a couple of extensions of its own when compared to the
original Sigil implementation, like:
* Ability to supply custom digest algorithms (allowing for larger identicons if
digest provides enough entropy).
* Ability to specify a rectangle for identicon size..