https://github.com/bredalis/qr-reader
📸 QR Scanner is a Python application with Tkinter and OpenCV that allows you to read QR codes from images or in real time with the camera.
https://github.com/bredalis/qr-reader
image interface librery open-cv python qr-reader qrcode tkinter video
Last synced: 8 months ago
JSON representation
📸 QR Scanner is a Python application with Tkinter and OpenCV that allows you to read QR codes from images or in real time with the camera.
- Host: GitHub
- URL: https://github.com/bredalis/qr-reader
- Owner: Bredalis
- License: gpl-3.0
- Created: 2025-02-06T01:06:20.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-06T01:24:44.000Z (8 months ago)
- Last Synced: 2025-02-06T02:33:17.345Z (8 months ago)
- Topics: image, interface, librery, open-cv, python, qr-reader, qrcode, tkinter, video
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **QR Reader** 📸
**QR Reader** es una aplicación en **Python** que permite **leer códigos QR** a partir de imágenes o en tiempo real desde la cámara. Utiliza **Tkinter** para la interfaz gráfica y **OpenCV** para la detección y decodificación de los códigos QR.
## ✨ **Características**
✅ **Escaneo de QR desde imágenes o video en tiempo real**
✅ **Interfaz gráfica amigable con Tkinter**
✅ **Manejo de errores y mensajes emergentes**
✅ **Copia del resultado con un solo clic**## 🛠 **Tecnologías Usadas**
-
: Lenguaje de programación
-: Procesamiento de imágenes
-: Interfaz gráfica
## **Instalación** 📥
Sigue estos pasos para configurar el proyecto en tu entorno local:
1. **Clonar el Repositorio**
```bash
git clone https://github.com/Bredalis/QR-Reader.git
cd QR-Reader
```
2. **Instalar Python**
📌 [Descargar Python](https://www.python.org/downloads/)3. **Instalar OpenCV**
```bash
pip install opencv-python tk
```4. **Ejecutar el Programa**
```bash
python App.py
```📌 Uso
1. Abrir una imagen con QR o activar la cámara para escanear en tiempo real.
2. Si se detecta un código QR, se mostrará su contenido en una ventana emergente.
3. Copiar el resultado con un solo clic.
4. Cerrar la aplicación con la tecla X o el botón de cierre.## **Estructura del Proyecto** 📁
```
├── App.py # Código principal
├── Logo.ico # Icono de la aplicación
├── README.md # Documentación del proyecto
```## **Contribución** 🙋🏻♂️
¡Las contribuciones son bienvenidas! Si deseas contribuir al proyecto, por favor sigue estos pasos:
1. **Fork el Repositorio**
2. **Crea una Rama** para tu nueva funcionalidad:
```bash
git checkout -b mi-nueva-funcionalidad
```
3. **Haz Commit de tus Cambios**:
```bash
git commit -am "feat: ✨ Añadir nueva funcionalidad"
```
4. **Push a tu Repositorio Fork**:
```bash
git push origin mi-nueva-funcionalidad
```
5. **Envía un Pull Request**## Licencia 📜
Este proyecto está licenciado bajo la Licencia 📜 GPLv3 (GNU General Public License V3.0).
##
![]()
![]()
[](https://github.com/Bredalis)

![]()
😊 Soy una programadora con 3 años en este sector, me encanta crear y aprender constantemente. ¡Amo lo que hago! #nlp #ia 😊
## Mira mi perfil de GitHub:
[](https://github.com/bredalis)