Skip to content

Este é um aplicativo web simples que permite gerar códigos QR para redes Wi-Fi. Os códigos QR contêm informações de rede, como SSID, senha e protocolo de segurança, para facilitar a conexão de dispositivos a redes Wi-Fi.

Notifications You must be signed in to change notification settings

mthaugusto/qr-code-generator-python-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wi-Fi QR Code Generator with Flask

SCREENSHOT

Screenshot

This is a simple web application that allows you to generate QR codes for Wi-Fi networks. The QR codes contain network information such as SSID, password, and security protocol to facilitate device connection to Wi-Fi networks.

Prerequisites

Before running the application, you'll need to have Python and the following libraries installed:

  • Flask
  • qrcode

You can install them using the following command: pip install Flask qrcode

Running the Application:

  • Clone this repository: git clone https://github.com/your-username/wifi-qr-code-generator-flask.git
  • Navigate to the project directory: cd wifi-qr-code-generator-flask
  • Start the application: python app.py
  • The application will be available at http://127.0.0.1:5000/ in your browser.

Usage

  • Open the application in your browser.
  • Fill in the Wi-Fi network information, including SSID, password, and security protocol.
  • Choose the security protocol between WPA, WEP, or None.
  • Click the "GENERATE" button to generate the QR code.
  • The generated QR code will be displayed on the page and saved as qrcode_wifi.png in the static directory.

Customization

You can customize the application in the following ways:

  • Change the title of the application in app.py within the start() method.
  • Personalize QR Code attributes such as version (size of the QR Code), border, error correction level (how much of the QR Code can be damaged and still be readable), and box size (size of the quadrants).
  • Customize the colors of your QR Code with strings or RGB tuples.
  • Personalize the HTML page style in static/styles.css.

Contributions

Contributions are welcome! If you encounter issues or have improvements to suggest, feel free to open a pull request.

Author

Matheus Leite

Figma Project

Bianca Nannini

Documentation

About

Este é um aplicativo web simples que permite gerar códigos QR para redes Wi-Fi. Os códigos QR contêm informações de rede, como SSID, senha e protocolo de segurança, para facilitar a conexão de dispositivos a redes Wi-Fi.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published