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

Last updated: May 19,2024

1. Install "python3-qrcodegen" package

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

$ sudo apt update $ sudo apt install python3-qrcodegen

2. Uninstall "python3-qrcodegen" package

This guide let you learn how to uninstall python3-qrcodegen on Kali Linux:

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

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

Package: python3-qrcodegen
Source: qr-code-generator
Version: 1.8.0-1.2
Installed-Size: 59
Maintainer: Yangfl
Architecture: all
Depends: python3:any
Size: 15576
SHA256: 1d0ec349c82cd747882b7b2570c8b20d45fce2be7db433d6820fabbaddf82f17
SHA1: 79836b53f760fd8f2a2a4d669aa24d86da63138c
MD5sum: 38dc3a1f9c614b5ce60f16350a84d57f
Description: QR Code generator library in multiple languages - Python3 version
This project aims to be the best, clearest QR Code generator library in
multiple languages. The primary goals are flexible options and absolute
correctness. Secondary goals are compact implementation size and good
documentation comments. Core features:
* Available in 7 programming languages, all with nearly equal functionality:
Java, JavaScript, TypeScript, Python, C++, C, Rust
* Significantly shorter code but more documentation comments compared to
competing libraries
* Supports encoding all 40 versions (sizes) and all 4 error correction levels,
as per the QR Code Model 2 standard
* Output formats: Raw modules/pixels of the QR symbol (all languages), SVG XML
string (all languages except C), BufferedImage raster bitmap (Java only),
HTML5 canvas (JavaScript and TypeScript only)
* Encodes numeric and special-alphanumeric text in less space than general
text
* Open source code under the permissive MIT License
.
This package contains the module in Python3.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/nayuki/QR-Code-generator
Section: python
Priority: optional
Filename: pool/main/q/qr-code-generator/python3-qrcodegen_1.8.0-1.2_all.deb