Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1 KB

README.md

File metadata and controls

41 lines (29 loc) · 1 KB

ETA QR Code Reader

ETA QR Reader is an application that reads QR codes from the screen.

Packaging status

Dependencies

This application is developed based on Python3 and GTK+ 3. Dependencies:

gir1.2-ayatanaappindicator3-0.1 python3-pyzbar python3-pil gir1.2-glib-2.0 gir1.2-gtk-3.0

Run Application from Source

Install dependencies

sudo apt install gir1.2-ayatanaappindicator3-0.1 python3-pyzbar python3-pil gir1.2-glib-2.0 gir1.2-gtk-3.0

Clone the repository

git clone https://github.com/pardus/eta-qr-reader.git ~/eta-qr-reader

Run application

python3 ~/eta-qr-reader/src/Main.py

Build deb package

sudo apt install devscripts git-buildpackage
sudo mk-build-deps -ir
gbp buildpackage --git-export-dir=/tmp/build/eta-qr-reader -us -uc

Screenshots

eta-qr-reader 1