Skip to content

Commit 0b1c776

Browse files
committed
new commit
1 parent 6a2308d commit 0b1c776

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# generate_qr_code
22

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.
44

55
## Features
66

77
- Generate QR codes from URLs
88
- Customize QR code appearance with colors and borders
99
- Save QR codes as images
1010

11-
1211
## Installation
1312

1413
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
3938

4039
```bash
4140
python generate_qr_code.py
41+
```
42+
43+
## Example
4244

45+
![Example QR Code](./qr_code.png)
4346

44-
![Example QR Code](generate_qr_code/custom_qr_code.png)`

0 commit comments

Comments
 (0)