A lightweight, command-line QR code generator tool for encoding text into QR codes. This utility is simple to use, allowing you to quickly generate a QR code with a single command.
- Generate QR codes directly from the command line.
- Minimal dependencies and fast execution.
- Supports alphanumeric text and symbols.
Clone the repository and build the tool:
git clone <repository-url>
cd qrgen
go build -o qrgenEnsure the binary is in your PATH for easy access:
sudo mv qrgen /usr/local/binqrgen [text to encode]qrgen "Hello, World!"This command will generate a QR code representing the text "Hello, World!" and output it to your terminal or save it as a file (based on your implementation).
This tool follows the basic principles of QR code generation outlined in the Creating a QR Code step-by-step guide. Understanding the structure of QR codes ensures that the tool generates valid and efficient codes.
Feel free to submit issues or pull requests. All contributions are welcome!
This project is licensed under the MIT License.