Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mansoorbarri/qr-code
https://github.com/mansoorbarri/qr-code
mansoorbarri python qrcode qrcode-generator
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mansoorbarri/qr-code
- Owner: mansoorbarri
- Created: 2024-04-12T01:29:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T02:46:13.000Z (9 months ago)
- Last Synced: 2024-11-07T06:32:39.101Z (2 months ago)
- Topics: mansoorbarri, python, qrcode, qrcode-generator
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python QR Code generator
This Python script is designed to make QR code which has a `url` in it. As of now, it has the ability to just take in URLs however feel free to add features like files or wifi credentials as an input.## Usage
Make sure you have `python` & `git` installed on your system before using the tool.
- Clone the script: `git clone https://github.com/mansoorbarri/qr-code`
- Change directory: `cd qr-code`
- install the requirements: `pip3 install -r requirements.txt`
- Run the validator: `python3 qr.py`*you might have to run the validator with `python` instead of `python3` especially in Windows.*
## Support
- Leaving a ⭐️ would mean a lot!## Technical Breakdown
Have a look at the code breakdown on my website: https://mansoorbarri.com/guides/qrcode-generator/## Issues
If you encounter any challenges or problems with the script, I kindly request that you submit them via the "Issues" tab on the GitHub repository. By filling out the provided template, you can provide specific details about the issue, allowing me to promptly address any bugs or consider feature requests.
---