Qrgui - a GUI-based QR code generator

5 risposte [Ultimo contenuto]
ssdclickofdeath
Offline
Iscritto: 05/19/2013

I have been casually writing a small program for nearly a year, a GUI-based QR code generator imaginatively titled Qrgui. It is only a bash script less than 120 lines long that passes arguments to qrencode, a commmand-line based QR code generator, but it is a lot easier to use than qrencode itself.

I worked on it to gain experience running a small free software project, to learn bash scripting, and to learn how to use git. It has helped me in all of those things.

Thanks to all who gave me scripting pointers on early versions of the script in this thread: https://trisquel.info/en/forum/front-end-qrencode

Qrgui is hosted at Savannah.
https://savannah.nongnu.org/projects/qrgui

Direct download: https://cloud.openmailbox.org/public.php?service=files&t=78e9a2029f9cfda8ad1674d8ae9e0a9b&download

Please try it out if you are interested, and feel free to post constructive criticism.

ssdclickofdeath
Offline
Iscritto: 05/19/2013

I find a typo right after I start the thread. "Command-line" only has two "m"s, not three.

Typical.

cinnamon

I am a member!

Offline
Iscritto: 03/06/2015

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi gramex, how would you compare openmailbox with for example riseup mail?

On 03/08/2015 07:56 PM, name at domain wrote:
> I have been casually writing a small program for nearly a year, a
> GUI-based QR code generator imaginatively titled Qrgui. It is only
> a bash script less than 120 lines long that passes arguments to
> qrencode, a commmand-line based QR code generator, but it is a lot
> easier to use than qrencode itself.
>
> I worked on it to gain experience running a small free software
> project, to learn bash scripting, and to learn how to use git. It
> has helped me in all of those things.
>
> Thanks to all who gave me scripting pointers on early versions of
> the script in this thread:
> https://trisquel.info/en/forum/front-end-qrencode
>
> Qrgui is hosted at Savannah.
> https://savannah.nongnu.org/projects/qrgui
>
> Direct download:
> https://cloud.openmailbox.org/public.php?service=files&t=78e9a2029f9cfda8ad1674d8ae9e0a9b&download
>
>
>
> Please try it out if you are interested, and feel free to post
> constructive criticism.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJU/Q/BAAoJEKgziVG5mu+2fugP/jXza64I4ALVwh/5lXKh2kJL
Gs4mE7sfK0y4qIAxKtcwsYUuCLjY7QC0w+Baa+1YRYUI41SkBlgzFUKbcD3FTzPV
aVg0z6/A2IL31MT9kNkbo3hPutGZLmPKLSTY58dve0hDnp0NSLaK9jLcU7FXktxJ
T7r2pb8wYycfxxi53bwrNWarKopQ/ufTyo3ATtb/IrVnuzhEf8x21kBXJEr8KTLo
O7ox2CUcNIweeNpDcp7V4uOmKFk59z+nXKI5DO08FnF++eVKlvc7/cw/qWecmTNL
lAF8CL1WUOMYpkdujPT/xVLnOP2prV69zMFfY47k/vWATUYMmqHbrzlM0VjsXNeb
plshsWpOb+BFEHLxz+9N/PrMUtrXC7R827IdO7TEbfwC/fDV3BjA/lrAgnUEnjWG
/TFUWU5xkP+NZBlOfIzgI6bZeiYdvm9vsHv8dW5TWviH8GXnsCiJkXL5eNXCIbeN
wZ1pr0FzQKUemQXQDnyT6YQ/yDzlmhT5m4KG364rffKQrxsLQ9vZW05LeXjADgf4
RP3Nw8zNJWuJZoqIjoEix6qDeNM8qw+bNhW8xHInBJOxFkibC0910p5lRa1MwFz/
FI+J+oSO2VPUqgiUskSpKXnztlrA7P9xbT5O6UuC+Pz+kfEajSNUbSWs80jiZxzP
wzEiMKV5y/TKg1eIdyWD
=buAX
-----END PGP SIGNATURE-----

ssdclickofdeath
Offline
Iscritto: 05/19/2013

I haven't used riseup, so I don't know. Openmailbox is a pretty nice service, though.

tomlukeywood
Offline
Iscritto: 12/05/2014

i tried it
very easy to use

the only thing that could rely make it better is a .deb
file to install it

if i ever need to make a qr code i will use this in the future!

ssdclickofdeath
Offline
Iscritto: 05/19/2013

I'm not experienced with making Debian packages, but perhaps I could do it in the future.