Skip to content

Commit aea108a

Browse files
authored
Update README.md
1 parent bf9708d commit aea108a

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# <img src="https://img.icons8.com/fluency/2x/qr-code.png"> pyQR-CLI
2-
Command-Line-Interface (CMD) based QR-Code Generator.
2+
3+
### Command-Line-Interface (CMD) based QR-Code Generator.
4+
This custom CLI uses intuitive command arguments, and sub-string parsing.
5+
36
<br>
7+
Examples of available command arguments:
48

5-
## <img src="https://img.icons8.com/officexs/2x/console.png"> Terminal Interface
9+
`qr [MAKE] [DATA] [TITLE]`
10+
<br>`qr [COLOR] [SET/RESET]`
11+
<br>`qr [SAVE]`
12+
<br>`qr [SAVEAS]`
13+
14+
<br>
15+
16+
## Terminal Interface
617
<img src="assets/img/demo1.JPG">
718

19+
<br>
20+
821
## Output QR Image
9-
<img src="qrcode-test.png">
22+
<img width="25%" src="qrcode-test.png">

0 commit comments

Comments
 (0)