An open API service indexing awesome lists of open source software.

https://github.com/micheltlutz/qrcodegenerator

QRCode Generator write with Python
https://github.com/micheltlutz/qrcodegenerator

Last synced: 19 days ago
JSON representation

QRCode Generator write with Python

Awesome Lists containing this project

README

        

## Setup

```bash
python3 -m venv venv
```

```bash
source venv/bin/activate
```

```bash
pip install --upgrade pip
```

```bash
pip install -r requirements.txt
```

```bash
python3 main.py
```