You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
# generate_qr_code
2
2
3
-
This project is a Python application that generates QR codes, including custom-designed ones. It uses the qrcode' and 'Pillow' libraries to create and manipulate QR codes.
3
+
This project is a Python application that generates QR codes, including custom-designed ones. It uses the `qrcode` and `Pillow` libraries to create and manipulate QR codes.
4
4
5
5
## Features
6
6
7
7
- Generate QR codes from URLs
8
8
- Customize QR code appearance with colors and borders
9
9
- Save QR codes as images
10
10
11
-
12
11
## Installation
13
12
14
13
To get started with this project, you'll need to have Python installed. Follow the steps below to set up the project.
@@ -39,6 +38,9 @@ To generate a QR code, run the `generate_qr_code.py` script. You can customize t
39
38
40
39
```bash
41
40
python generate_qr_code.py
41
+
```
42
+
43
+
## Example
42
44
45
+

43
46
44
-
`
0 commit comments