Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ailsonguedes/qr-generator-
- Owner: ailsonguedes
- Created: 2023-08-30T01:23:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T18:07:59.000Z (about 1 year ago)
- Last Synced: 2023-10-10T23:47:04.444Z (about 1 year ago)
- Topics: css, flask, flask-application, flask-web, html, python, qrcode, qrcode-generator
- Language: CSS
- Homepage: https://qrgen.up.railway.app/
- Size: 8.81 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/