We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aa00e6 + 4b4e26d commit 90aefa3Copy full SHA for 90aefa3
1 file changed
projects/Qr_code_generator/README.md
@@ -0,0 +1,16 @@
1
+# QR code generator using Python
2
+This script take a link of any URL and generate a QR code corresponding to it.
3
+
4
+## Library Used
5
+* qrcode
6
7
+### To install required external modules
8
+* Run `pip install qrcode`
9
10
+### How to run the script
11
+- Provide your desired URL in the script
12
+- Execute `python3 generate_qrcode.py`
13
14
+### Screenshot/GIF showing the sample use of the script
15
16
+
0 commit comments