You've already forked amazing-qr
mirror of
https://github.com/x-hw/amazing-qr.git
synced 2025-08-10 22:41:23 +02:00
update
This commit is contained in:
15
README.md
15
README.md
@@ -15,7 +15,9 @@ It can generate common qr-code, black&white artistic qr-code, colorful artistic
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Usage 用法
|
## Usage 用法
|
||||||
|
|
||||||
@@ -38,6 +40,7 @@ python myqr.py [-h]
|
|||||||
|
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
#1 url
|
||||||
python myqr.py https://github.com
|
python myqr.py https://github.com
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -48,6 +51,7 @@ python myqr.py https://github.com
|
|||||||
|
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
#2 -v, -l
|
||||||
python myqr.py https://github.com -v 10 -l Q
|
python myqr.py https://github.com -v 10 -l Q
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -83,6 +87,7 @@ python myqr.py https://github.com -v 10 -l Q
|
|||||||
|
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
#1 -p
|
||||||
python myqr.py https://github.com -p github.jpg
|
python myqr.py https://github.com -p github.jpg
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -99,6 +104,7 @@ python myqr.py https://github.com -p github.jpg
|
|||||||
|
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
#2 -c
|
||||||
python myqr.py https://github.com -p github.jpg -c
|
python myqr.py https://github.com -p github.jpg -c
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -111,6 +117,7 @@ python myqr.py https://github.com -p github.jpg -c
|
|||||||
|
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
#3 -con, -bri
|
||||||
python myqr.py https://github.com -p github.jpg [-c] -con 1.5 -bri 1.6
|
python myqr.py https://github.com -p github.jpg [-c] -con 1.5 -bri 1.6
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -126,7 +133,9 @@ python myqr.py https://github.com -p github.jpg [-c] -con 1.5 -bri 1.6
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Animated GIF QR-Code
|
|
||||||
|
|
||||||
|
### Animated GIF QR-Code 动态二维码
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -137,6 +146,8 @@ The only one difference from Artistic QR-Code mentioned above is that you should
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Supported Characters 可用字符
|
## Supported Characters 可用字符
|
||||||
|
|
||||||
* Numbers: `0~9`
|
* Numbers: `0~9`
|
||||||
|
Reference in New Issue
Block a user