Skip to content

Angraybill/QRCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRCode

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.java

Your command line will create Generator.class and UglyStuff.class files

java Generator

You 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.

About

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 6 QR Code, which allows for 106 input bytes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages