Skip to content

Commit 5c7a6a4

Browse files
Update README.md
1 parent 0aa32d4 commit 5c7a6a4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

QR Code Generator/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ qrcode (Python library)
1414
## How to Install
1515
1. Clone the Repository:
1616
```bash
17-
git clone https://github.com/yourusername/qr-code-generator.git
18-
cd qr-code-generator
17+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
1918
```
2019
2. Install Required Modules:
2120
```bash
@@ -24,11 +23,11 @@ qrcode (Python library)
2423
## How to Run the Script
2524
1. Navigate to the Directory:
2625
```bash
27-
cd path/to/qr-code-generator
26+
cd Simple-Python-Mini-Projects/QR\ Code\ Generator
2827
```
2928
2. Run the Script:
3029
```bash
31-
python qr_code_generator.py
30+
python qr_generator.py
3231
```
3332
3. Follow the Prompts:
3433

@@ -40,4 +39,4 @@ When you run the script, you will be prompted to enter the text or URL and the f
4039
Enter text or URL to generate QR code: https://example.com
4140
Enter the file name to save the QR code (e.g., qr_code.png): example_qr.png
4241
QR code saved as example_qr.png
43-
```
42+
```

0 commit comments

Comments
 (0)