Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ailsonguedes/qr-generator-

A qr code generator web app, made with Flask.
https://github.com/ailsonguedes/qr-generator-

css flask flask-application flask-web html python qrcode qrcode-generator

Last synced: 2 days ago
JSON representation

A qr code generator web app, made with Flask.

Awesome Lists containing this project

README

        

# QR Generator

This application is a first basic study of a simple model of a website generator of qr codes. This application was made with **Flask**, **HTML** and **CSS**.

## 🔧 Tools

- Flask: It is a python micro framework web to allow the user to build some simple and flexible web apps.
- HTML: The main language used to create webpages. It is a structural basis of any webpage and is interpreted for browsers to show us visual and interactive contents.
- CSS: It is a language used to control and presentation of visual styles of webpages wrote in HTML and XML.

## ⚙️ How It Works

- The website have only one input and one button (QR Gen).
- In the input box, paste the link that you want to transform in a qr code.
- Click in the button (QR Gen) to generate your qr code.
- The qr code will be downloaded in your web brownser

## 💻 How To Run

- Site: https://qrgen.up.railway.app/