Class to Generate a QR code in the command line from a given URL. Medium strength (15%) error correction. Works fairly well up to a version 8 QR Code, which allows for 152 input bytes.
To use, download all files into a folder and cd into that folder
javac Generator.javaYour command line will create Generator.class and UglyStuff.class files
java GeneratorYou will be prompted with
Enter your URL: Once you enter your URL, a QR Code will be printed in the command line that you can take a screenshot of.