https://github.com/heuer/inkscape-qrcode
Inkscape QR Code plugin
https://github.com/heuer/inkscape-qrcode
inkscape qr-code qrcode segno
Last synced: about 2 months ago
JSON representation
Inkscape QR Code plugin
- Host: GitHub
- URL: https://github.com/heuer/inkscape-qrcode
- Owner: heuer
- License: gpl-2.0
- Archived: true
- Created: 2016-09-07T13:36:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T08:50:51.000Z (over 5 years ago)
- Last Synced: 2025-12-08T00:36:30.224Z (3 months ago)
- Topics: inkscape, qr-code, qrcode, segno
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
This project is not maintained anymore and does not work with Inkscape 1.0
==========================================================================
If someone wants to maintain this project I'd be happy to transfer it together with the `PyPI project `_
QR Code generator for Inkscape
==============================
While Inkscape provides a QR Code generator, this extension provides slightly
more options (i.e. generation of Micro QR Codes and an optimal error correction
level) and should be standard-conform.
This Inkscape extension includes `Segno `_, a
BSD-licensed, pure Python library which implements the ``ISO/IEC 18004:2015(E)``
standard for QR Codes.
Installation
------------
Use ``pip`` to install inkscape-qrcode from PyPI::
$ pip install --update --target= inkscape-qrcode
```` should refer to an absolute path, see below for typical
installation directories.
Alternatively copy the ``inkscape_qrcode.inx`` and the ``inkscape_qrcode``
directory into the target directoy.
The QR Code generator should appear in the menu
``Extensions > Render > Barcode > QR Code (Segno)``
Inkscape extension path
-----------------------
OS X
^^^^
* global: /Applications/Inkscape.app/Contents/Resources/extensions
* local: $HOME/.config/inkscape/extensions
Linux
^^^^^
* global: /usr/share/inkscape/extensions
* local: $HOME/.config/inkscape/extensions
Windows
^^^^^^^
* global: C:\\Program Files\\Inkscape\\share\\extensions
* local: C:\\Documents and Settings\\User\\Application Data\\Inkscape\\extensions