Skip to content

Repository files navigation

Aztec Code generator

Aztec Code generator in Python

Dependencies:

PIL - Python Imaging Library (or Pillow)

Usage:

data='Aztec Code 2D :)'aztec_code=AztecCode(data)
aztec_code.save('aztec_code.png', module_size=4)

This code will generate an image file "aztec_code.png" with the Aztec Code that contains "Aztec Code 2D :)" text.

Aztec Code

data='Aztec Code 2D :)'aztec_code=AztecCode(data)
aztec_code.print_out()

This code will print out resulting 19x19 (compact) Aztec Code to the standard output.

 ## # ## ####
# ## ##### ### # ## # # # ###
## # # ## ## ## # # # # ## ############ # #
### # ### #
## # ##### # ## #
# # # # ## # # # # # # ### ## # # ## ## #### # ##### ## # # ## ## ## ## ########### # ## # ## ## #
## # ### # ##
############ ## # # ## #
## # ## ### #

License:

Released under The MIT License.

About

Aztec code generator in Python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages