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

Last updated: May 20,2024

1. Install "python312-pydenticon" package

Please follow the guidelines below to install python312-pydenticon on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pydenticon

2. Uninstall "python312-pydenticon" package

Here is a brief guide to show you how to uninstall python312-pydenticon on openSuSE Tumbleweed:

$ sudo zypper remove python312-pydenticon

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

Information for package python312-pydenticon:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pydenticon
Version : 0.3.1-6.4
Arch : noarch
Vendor : openSUSE
Installed Size : 30.0 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..