https://github.com/redtoad/inkscape-extension-printer-labels
Inscape extension which adds a new print template for labels
https://github.com/redtoad/inkscape-extension-printer-labels
inkscape inkscape-extension
Last synced: 2 months ago
JSON representation
Inscape extension which adds a new print template for labels
- Host: GitHub
- URL: https://github.com/redtoad/inkscape-extension-printer-labels
- Owner: redtoad
- License: mit
- Created: 2026-01-25T17:37:36.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-02-04T22:17:46.000Z (4 months ago)
- Last Synced: 2026-02-05T10:44:21.553Z (4 months ago)
- Topics: inkscape, inkscape-extension
- Language: Python
- Homepage:
- Size: 550 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inkscape-extension-printer-labels
This Inkscape extension will create print-ready label sheets without external tools.

## Installation
First make sure you have [Inkscape 1.x](https://inkscape.org/en/release/) installed.
Copy `template_printer_labels.inx` and `template_printer_labels.py` into your extension folder.
Once you restart Inkscape, a *new template* appears in the *Print* template menu. See also the official instructions for installing extensions: (section “How to install new extensions…”).
Where is my Inkscape extension folder?
The extension folder ist typically in `~/.config/inkscape/extensions`. To find yours, try one of the following:
- Find the path in Inkscape: Edit > Preferences > System, open “User extensions” (e.g. on macOS: `/Users//.config/inkscape/extensions`).
- Run `inkscape --user-data-directory`to find your config folder and create an `extensions` folder inside it.