Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mansoorbarri/qr-code


https://github.com/mansoorbarri/qr-code

mansoorbarri python qrcode qrcode-generator

Last synced: 14 days ago
JSON representation

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.

---