Skip to content

Commit ef7dbec

Browse files
authored
Update generate-a-qr-code-with-python.mdx
1 parent 908e13f commit ef7dbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tags:
2121

2222
Have you ever wondered how [QR codes](https://en.wikipedia.org/wiki/QR_code) work or how procedural images are generated? Have you ever wanted to send someone a website link in a much cooler way? If you said yes to any of these questions, you're in luck!
2323

24-
In this quick tutorial, we will learn how to create a QR code in Python with [qrcode](https://pypi.org/project/qrcode), [pillow](https://pypi.org/project/Pillow), and just five lines of code.
24+
In this project tutorial, we will learn how to create a QR code in Python with [qrcode](https://pypi.org/project/qrcode), [pillow](https://pypi.org/project/Pillow), and just five lines of code.
2525

2626
Let's jump in!
2727

0 commit comments

Comments
 (0)