https://github.com/fleaz/qrcode-labelmaker
Generate printer labels with text and a QR-Code for things in our hackspace
https://github.com/fleaz/qrcode-labelmaker
hacktoberfest
Last synced: 8 months ago
JSON representation
Generate printer labels with text and a QR-Code for things in our hackspace
- Host: GitHub
- URL: https://github.com/fleaz/qrcode-labelmaker
- Owner: fleaz
- Created: 2017-08-18T13:16:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T22:34:56.000Z (almost 9 years ago)
- Last Synced: 2025-01-18T07:48:05.207Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Python
- Size: 39.1 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qrcode-labelmaker
Printer: Brother QL-500
Label Size: 62x29mm
## Installation
Get Python 3
```
pip install -r requirements.txt
```
## Usage:
Things without owner:
```
./create.py "My awesome Thing" "https://wiki.darmstadt.ccc.de/awesome-thing"
```
Things with owner:
```
./create.py -o "fleaz" "My private Thing" "https://wiki.darmstadt.ccc.de/private-thing"
```
If you add the `--printer` switch, the label will automatically get printed
after creating. We asume that the printer is called *Brother_QL-500*.
The label is also saved as *label.pdf* in the root of this project.