Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qrcite

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qrcite

Small python tool to generate qr codes with doi links out of .bib files.

  • 0.3.1
  • PyPI
  • Socket score

Maintainers
2

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc