lookatme.contrib.qrcode

lookatme extension that embeds qrcodes in the presentation

MIT License

Downloads
62
Stars
7
Committers
1

lookatme.contrib.qrcode

This lookatme extension adds QR code rendering capabilities to the code blocks.

Installation

pip install lookatme.contrib.qrcode

Usage

Add the qrcode into the extensions array in the slide YAML header:

---
title: A title
author: Me
date: 2019-12-04
extensions:
  - qrcode
---

Basic Usage

With the extension installed and declared in the YAML header, use it in your markdown like so:

# A Slide

```qrcode
https://github.com/d0c-s4vage/lookatme.contrib.qrcode
```

Extended Usage

An extended mode is also available that lets multiple columns of QR codes be rendered side-by-side:

# A Slide

```qrcode-ex
columns:
  - data: https://github.com/d0c-s4vage/lookatme
    caption: "**lookatme** project"
  - data: https://github.com/d0c-s4vage/lookatme.contrib.qrcode
    caption: Text `lookatme.contrib.qrcode`
```

Details

Read the documentation

Package Rankings
Top 25.63% on Pypi.org
Badges
Extracted from project README
Master Build Status Coverage Status PyPI Statistics Latest Release Documentation Status Twitter Follow