/qrlink

Generator and converter of links to QR codes.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

QRLink - Enlace a Código QR

Generator and converter of links to QR codes.

This tool can be run on all Linux distributions.

Preview in Termux

QRLink

QR Code Generated

QRFacebook

Requirements

  • Linux terminal
  • Python3 installed

Installation in Termux

Update Termux repositories.

yes|pkg update && pkg upgrade

Grant storage permissions to Termux.

termux-setup-storage

Install "git" and "python3".

yes|pkg install git python

Clone github repository.

git clone https://github.com/Darkmux/qrlink

Access the cloned "qrlink" folder.

cd qrlink

Grant execute permissions to all files with extension (.sh).

chmod 777 *.sh

Install python3 modules.

python3 -m pip install -r requirements.txt

Usage:

Run the file, assign a link as the first argument and the path to save the image to as the second argument.

bash qrlink.sh <link> <path>

Example:

bash qrlink.sh https://google.com /sdcard/google.png

Or Usage:

You can use the tool in the interactive console, to use it you just need to run the main file.

bash qrlink.sh

Social Media Links

Coded by: @Darkmux

© WHITE HACKS