Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37409552
en ru br
ALT Linux repos
S:1.2.1-alt2

Group :: Development/Python3
RPM: python3-module-pyqrcode

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.2.1-alt2
Build date: 24 may 2021, 17:36 ( 151.6 weeks ago )
Size: 53.31 Kb

Home page:   https://github.com/mnooner256/pyqrcode

License: BSD-3-Clause
Summary: Python module to generate QR Codes
Description:

The pyqrcode module is a QR code generator that is simple to use
and written in pure python. The module can automates most of the
building process for creating QR codes. Most codes can be created
using only two lines of code!

Unlike other generators, all of the helpers can be controlled
manually. You are free to set any or all of the properties of
your QR code.

QR codes can be saved as SVG, XBM, EPS, PNG (by using the pypng
module), or plain text. They can also be displayed directly in
most Linux terminal emulators and Tkinter. PIL is not used to
render the image files.

The pyqrcode module attempts to follow the QR code standard as
closely as possible. The terminology and the encodings used in
pyqrcode come directly from the standard. This module also follows
the algorithm laid out in the standard.

Current maintainer: Anton Midyukov (maintainer)

List of contributors

List of rpms provided by this srpm:

  • python3-module-pyqrcode
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin