Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mortonfox/munzee-pdf
Generate a QR codes PDF from a file of up to 80 Munzee codes
https://github.com/mortonfox/munzee-pdf
munzee pdf printing qrcode
Last synced: 1 day ago
JSON representation
Generate a QR codes PDF from a file of up to 80 Munzee codes
- Host: GitHub
- URL: https://github.com/mortonfox/munzee-pdf
- Owner: mortonfox
- License: mit
- Created: 2020-09-05T04:34:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T23:34:46.000Z (over 1 year ago)
- Last Synced: 2024-11-03T22:42:16.875Z (about 2 months ago)
- Topics: munzee, pdf, printing, qrcode
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Munzee PDF
## Introduction
This is a Ruby script that takes a text file containing up to 80 QR code
values and generates a letter-sized PDF page with up to 10 rows and 8 columns
of QR code images. The main purpose of this script is to lay out up to 80
munzees on a page for printing.## Installation
Run the following:
```sh
git clone [email protected]:mortonfox/munzee-pdf.git
cd munzee-pdf
bundle install
```## Usage
To get the QR code values, it may be helpful to install the
[MunzeePrint](https://greasyfork.org/en/scripts/4751-munzeeprint) userscript.Once you've done so, navigate to the [Munzee batch
print](https://www.munzee.com/print/) page. Filter and select the Munzees you
wish to print and click on "Get barcode values". Copy the QR code values and
save them to a text file.Let's say you've saved the QR code values to codes.txt.
Then run the following to generate the PDF file:
```sh
bundle exec createpdf.rb codes.txt munzee.pdf
```Then you can view and print munzee.pdf.