Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raatmarien/my-qr.art

Design custom QR codes with this web app!
https://github.com/raatmarien/my-qr.art

Last synced: about 2 months ago
JSON representation

Design custom QR codes with this web app!

Awesome Lists containing this project

README

        

# My-QR.Art

This web app lets users design their own QR codes to any domain. It
can be acessed on [my-qr.art](https://my-qr.art/).

You can find some more background info about this website on my
[blog post](https://marienraat.nl/hacking-qr-codes.html).

## Installing

You'll need python3 and pip. Then install the requirements with:

```
python3 -m pip install -r requirements.txt
```

After that you should simply be able to run it with:

```
python3 manage.py runserver
```

## License

This project is licensed under the GNU Aferro General Public License
version 3 or (at your option) any later version. See the COPYING.md
file in this repository for more info.