Small python tool to generate qr codes with doi links out of .bib files.
Go to file
Erik E. Lorenz bba0ba92eb bump version to 0.3.1 2023-03-08 10:49:05 +01:00
.gitignore git-ignore /dist/ directory 2023-01-17 09:58:22 +01:00
EinsteinUeberErzeugungund1905.png bump version to 0.3.1 2023-03-08 10:49:05 +01:00
Examples.bib use the version-agnostic zenodo doi for qrcite 2023-03-08 10:48:23 +01:00
LICENSE Initial commit 2022-12-07 11:56:01 +00:00
README.md use the version-agnostic zenodo doi for qrcite 2023-03-08 10:48:23 +01:00
pyproject.toml bump version to 0.3.1 2023-03-08 10:49:05 +01:00
qrcite.py import pandas as pd 2023-03-08 10:48:40 +01:00
qrcite2023.png bump version to 0.3.1 2023-03-08 10:49:05 +01:00

README.md

qrcite

Generate QR Codes from .bib-files or given dois.

Example:

Einstein1905 QR Code

Inspired by https://github.com/nucleic-acid/namedropR.

Installation

from pypi https://pypi.org/project/qrcite/

pip install qrcite

from the git repository

pip install https://codeberg.org/Meph/qrcite

Usage after installation

qrcite input.bib

qrcite -d "<the doi to cite>"

qrcite --help

Examples

With text, red background

qrcite inputfile.bib -c "#900000" -t png

QR Code only, as pdf, from doi only

python -m qrcite -d "10.5281/zenodo.7545620" --color "#070" --style qrcode --type pdf

Citation

Cite this project via https://doi.org/10.5281/zenodo.7545620: qrcite2023 QR Code

License

Creative Commons License This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Follow me on Mastodon.