Skip to content

simmon-nplob/QRcreate

Repository files navigation

  QR 코드 생성용 프로그램입니다.

    해당 프로그램은 quearcode를 이용하여 한글화 및 사용자 정의를 통해 보다 쉽게 사용 할 수 있도록 한글화하였습니다.
    해당 사용 OS는 F42 - 페도라 리눅스 KDE 환경 / 필요 꾸러미 python3-qrcode-8.0-3.fc42.noarch

    * 사용법
    - 일반 사용자 동작이 필요한 경우
    
        $ pip install qrcode

        $ git clone https://github.com/simmon-nplob/QRcreate.git
        $ cd QRcreate
        $ chmod u+x QRcreate
        $ ./QRcreate 

    - RHEL 계열 설치 및 사용

        $ sudo dnf install qrcode
        $ sudo rpm -Uvh QRcreate-2.4.x86_64.rpm

    - Debian 계열 설치 및 사용(Ubuntu, Debian, Kali, Mint)

        $ sudo dpkg -i qrcreate_2-5_amd64.deb

    * 운영체제 별 설치라일 (rpm, deb)의 기본 폴더는 다음과 같습니다.

    - RPM 설치 디렉토리  /usr/share/QRcreate-2


    * 파일 저장시에 날짜와 시간이 파일에 붙여 넣어 중복되는 문제를 해결하였습니다.

    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.

About

QRcreate - quearcode Hangul Custom

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages