sergius02 / QRit

With QRit you can create awesome QR codes 🤖️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon

QRit

Last Release Build Status License


alt alt
alt alt

Get it on AppCenter

With QRit you can create awesome QR codes 🤖️, you can change the background and foreground color to help you integrate them in any place.

This application use the incredible qrencode

Dependencies

Ensure you have these dependencies installed

Install, build and run

# FOR ELEMENTARY OS USERS
sudo apt install elementary-sdk

# FOR THE REST
sudo apt install cmake libgtk-3-dev gettext

# install meson and ninja
sudo apt install meson ninja-build

# install qrencode
sudo apt install qrencode

# clone repository
git clone https://github.com/sergius02/QRit QRit

# cd to dir
cd QRit

# run meson
meson build --prefix=/usr

# cd to build
cd build

# build
ninja

# install
sudo ninja install

Important

For the file QR generation, the limit is approximately 3KB

Credits


If you like my work you can

Buy Me A Coffee

About

With QRit you can create awesome QR codes 🤖️

License:GNU General Public License v3.0


Languages

Language:Vala 80.5%Language:Meson 15.1%Language:Python 4.4%