Giter Club home page Giter Club logo

josgard94 / qr_generator_with_python_and_tkinter Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 7.0 2.63 MB

Comparte tu conexión Wifi usando un QR. En este proyecto, se utiliza la librería qrcode de Python para generar un código QR con la información necesaria para realizar automáticamente la conexión de un dispositivo móvil a una red Wifi.

Python 100.00%
python python3 qrcode qrcode-generator qr-code qr-generator development error-correction wifi-network sharewifi

qr_generator_with_python_and_tkinter's Introduction

QR_generator_with_Python_and_Tkinter

Share your Wifi connection using a QR. In this project, the Python qrcode library is used to generate a QR code with the necessary information to automatically connect a mobile device to a Wifi network. The QR code generated in this project has an error correction capacity of approximately 25%.

To execute this source code it is necessary to install the qrcode library with the following command:

  • pip install qrcode

What is a QR Code?

A Quick Response code is a two-dimensional pictographic code used for its fast readability and comparatively large storage capacity. The code consists of black modules arranged in a square pattern on a white background. The information encoded can be made up of any kind of data (e.g., binary, alphanumeric, or Kanji symbols).

The error_correction parameter controls the error correction used for the QR Code. The following four constants are made available on the qrcode package:

  • ERROR_CORRECT_L
    • About 7% or less errors can be corrected.
  • ERROR_CORRECT_M (default)
    • About 15% or less errors can be corrected.
  • ERROR_CORRECT_Q
    • About 25% or less errors can be corrected.
  • ERROR_CORRECT_H.
    • About 30% or less errors can be corrected.

qr_generator_with_python_and_tkinter's People

Contributors

josgard94 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.