Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 161d315

Browse files
Generating QR-Code
1 parent 2bdbf70 commit 161d315

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎QR Code Generator/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ QR is short for Quick Response, and they are named so because they can be read q
1616

1717
Now let’s see how to create a QR Code with Python programming language:
1818

19+
**Code**
20+
1921
import qrcode
2022

2123
url='Coding Buddies' # String which represent the QR code
@@ -24,4 +26,9 @@ Now let’s see how to create a QR Code with Python programming language:
2426

2527
code_image.save('Enter your Location') # Create and save the png file at given location
2628

29+
30+
**Generated QR-Code**
31+
32+
<img src="https://github.com/kishanrajput23/Personal-Python-Projects/blob/master/QR%20Code%20Generator/youtube.svg" alt="">
33+
2734
Now we finally built it.👍

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /