Skip to content

Commit a9dc3ab

Browse files
authored
Update generate-a-qr-code-with-python.mdx
1 parent ee045cf commit a9dc3ab

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

projects/generate-a-qr-code-with-python/generate-a-qr-code-with-python.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ published: live
88
header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/generate-a-qr-code-with-python/meta.png
99
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/generate-a-qr-code-with-python/header.png
1010
readTime: 40
11-
prerequisites: Python fundamentals
11+
prerequisites: Python
1212
versions: Python 3.10, qrcode 7.3.1, Pillow 9.2.0
13+
courses:
14+
- python
1315
tags:
1416
- beginner
1517
- python
@@ -137,9 +139,11 @@ You should see the **youtube_qr.png** image pop up on the left-hand side of VS C
137139

138140
![QR example](https://raw.githubusercontent.com/codedex-io/projects/main/projects/generate-a-qr-code-with-python/youtube_qr.png)
139141

142+
## Conclusion
143+
140144
You can add this QR code to anywhere you like, on your website or in an email!
141145

142-
## Improvements
146+
### Improvements
143147

144148
To improve this, we could do a couple of things:
145149

@@ -151,7 +155,7 @@ To improve this, we could do a couple of things:
151155
- Use an application library (like [Tkinter](https://docs.python.org/3/library/tkinter.html)) to add a user interface.
152156
- Check out other QR code libraries like [`pyqrcode`](https://pypi.org/project/PyQRCode/).
153157

154-
## More Resources
158+
### More Resources
155159

156160
- [Solution on GitHub](https://github.com/codedex-io/projects/blob/main/projects/generate-a-qr-code-with-python/qr_code.py)
157161
- [Documentation: qrcode](https://pypi.org/project/qrcode/)

0 commit comments

Comments
 (0)