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

https://github.com/nathancordeiro/qr-code-app

Try out my QR Code generator and decoder app in python.
https://github.com/nathancordeiro/qr-code-app

Last synced: 6 months ago
JSON representation

Try out my QR Code generator and decoder app in python.

Awesome Lists containing this project

README

          

# QR Code App

## Description

This is a simple QR Code App that allows users to generate QR codes from input text and decode QR codes from image files. It provides a user-friendly graphical interface for easy interaction.

## Features

- Generate QR codes from text input
- Decode QR codes from image files
- User-friendly graphical interface

## Installation

1. Clone the repository:

```bash
git clone https://github.com/NathanCordeiro/QR-Code-App.git
```

2. Install the required dependencies:

```bash
pip install -r requirements.txt
```

3. Run the application:

```bash
python QRcode_app.py
```

## Usage

1. Generate QR Code:
- Click on the "Generate QR Code" button.
- Enter the text you want to encode into the QR code.
- Click "OK" to generate the QR code.

2. Decode QR Code:
- Click on the "Decode QR Code" button.
- Select an image file containing the QR code.
- The decoded text will be displayed in a message box.

## Requirements

- Python 3.6+
- opencv-python
- pillow
- qrcode
- pyzbar
- pyperclip