Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions projects/Qr_code_generator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# QR code generator using Python
This script take a link of any URL and generate a QR code corresponding to it.

## Library Used
* qrcode

### To install required external modules
* Run `pip install qrcode`

### How to run the script
- Provide your desired URL in the script
- Execute `python3 generate_qrcode.py`

### Screenshot/GIF showing the sample use of the script

![QR code Output](https://github.com/Python-World/python-mini-projects/blob/master/projects/Qr_code_generator/url_qrcode.png)