These days, the QR Code has become one of the most ubiquitous ways of sharing url's. While there are a lot of free online tools to create them, most use some form of url redirection in their implementation. This is simply a quick command line tool that automates the process without any external dependencies or trackers.
In order to use this, it requires just a single parameter, a url, it then generates a QR.png file in the working directory. The output path, and the file name can be overridden via the command line as well.
--url, --path and --name are the overrides.
News
6/18/2024 - New Project, Url2QR
Today we added a new project to our portfolio. It is a very simple, nominally portable tool geared primarily towards automated creation of QR Codes from Url's.
As a tool, it is very simple, and fully open source. Check out the source at https://github.com/Druware/URL2QR
