File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ qrcode (Python library)
14
14
## How to Install
15
15
1 . Clone the Repository:
16
16
``` 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
19
18
```
20
19
2 . Install Required Modules:
21
20
``` bash
@@ -24,11 +23,11 @@ qrcode (Python library)
24
23
## How to Run the Script
25
24
1 . Navigate to the Directory:
26
25
``` bash
27
- cd path/to/qr-code-generator
26
+ cd Simple-Python-Mini-Projects/QR \ Code \ Generator
28
27
```
29
28
2 . Run the Script:
30
29
``` bash
31
- python qr_code_generator .py
30
+ python qr_generator .py
32
31
```
33
32
3 . Follow the Prompts:
34
33
@@ -40,4 +39,4 @@ When you run the script, you will be prompted to enter the text or URL and the f
40
39
Enter text or URL to generate QR code: https://example.com
41
40
Enter the file name to save the QR code (e.g., qr_code.png): example_qr.png
42
41
QR code saved as example_qr.png
43
- ```
42
+ ```
You can’t perform that action at this time.
0 commit comments