-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (19 loc) · 999 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
QR 코드 생성용 프로그램입니다.
해당 프로그램은 quearcode를 이용하여 한글화 및 사용자 정의를 통해 보다 쉽게 사용 할 수 있도록 한글화하였습니다.
해당 사용 OS는 F42 - 페도라 리눅스 KDE 환경 / 필요 꾸러미 python3-qrcode-8.0-3.fc42.noarch
* 사용법
$ git clone https://github.com/simmon-nplob/QRcreate.git
$ cd QRcreate
$ chmod u+x QRcreate
$ ./QRcreate
* 한글화한 QR 코드 생성용 프로그램입니다.
Use of quearcode is fairly straightforward.
Enter a string to convert into the text box, and either
press Enter or click Generate. A png of the desired QR Code
will open in your default image viewer, from which you
should be able to save or manipulate it further.
You can also click Encode file..., and select a small file.
If it can be QR encoded, one will be generated. If not, you will be
informed.
A set of sliders controls the error correction level, box size in pizels,
and border size in boxes.