https://github.com/devmuniz02/qr-reader
Code to create and read QR codes
https://github.com/devmuniz02/qr-reader
Last synced: 10 months ago
JSON representation
Code to create and read QR codes
- Host: GitHub
- URL: https://github.com/devmuniz02/qr-reader
- Owner: devMuniz02
- License: mit
- Created: 2025-01-22T00:16:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T00:23:25.000Z (over 1 year ago)
- Last Synced: 2025-03-24T07:55:09.693Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR-Reader
Code to create and read QR codes.
This repository includes a Python implementation for generating QR codes and decoding them, making it simple to integrate QR functionality into other projects.
---
## Project Overview
### Features
- **QR Code Creation**: Generate QR codes from text, URLs, or other data.
- **QR Code Reading**: Decode QR codes and extract the embedded information.
---
## Example
### QR Code Example
Here is a sample QR code generated by this project:

### Decoded Output
The output of reading the QR code above using this code is:
```
QR Code Data: https://github.com/devMuniz02/QR-Reader/
```
---
## Integration
This code was utilized in the [Robot 3-DOF Reinforcement Learning Control](https://github.com/devMuniz02/Robot-3-DOF-Reinforcement-learning-control/) project to enhance functionality.
---
### Check Out My Other Projects
Explore more of my AI and ML work [here](https://github.com/devMuniz02/AI-ML-Code-and-projects/).
---
## License
This project is licensed under the MIT License. See the `LICENSE` file for more details.