We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9708d commit aea108aCopy full SHA for aea108a
README.md
@@ -1,9 +1,22 @@
1
# <img src="https://img.icons8.com/fluency/2x/qr-code.png"> pyQR-CLI
2
-Command-Line-Interface (CMD) based QR-Code Generator.
+
3
+### Command-Line-Interface (CMD) based QR-Code Generator.
4
+This custom CLI uses intuitive command arguments, and sub-string parsing.
5
6
<br>
7
+Examples of available command arguments:
8
-## <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
17
<img src="assets/img/demo1.JPG">
18
19
20
21
## Output QR Image
-<img src="qrcode-test.png">
22
+<img width="25%" src="qrcode-test.png">
0 commit comments