Aztec Code generator in Python
Project description
Aztec Code generator in Python
Dependencies
Pillow - Python Imaging Library
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 of an Aztec Code containing the text “Aztec Code 2D :)”.
data = 'Aztec Code 2D :)'
aztec_code = AztecCode(data)
aztec_code.print_out()
This code will print out the resulting 19×19 (compact) Aztec Code to standard output as text.
## # ## ####
# ## ##### ###
# ## # # # ###
## # # ## ##
## # # # #
## ############ # #
### # ### #
## # ##### # ## #
# # # # ##
# # # # # # ###
## # # ## ##
#### # ##### ## #
# ## ## ##
## ########### #
## # ## ## #
## # ### # ##
############
## # # ## #
## # ## ### #
License
Released under The MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aztec_code_generator-0.4.tar.gz
(10.7 kB
view details)
File details
Details for the file aztec_code_generator-0.4.tar.gz.
File metadata
- Download URL: aztec_code_generator-0.4.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29ee350fba3067d25542af14c384604ff49ae753e2e9704a46b080c222bb6975
|
|
| MD5 |
4a81d657c8777009049aea6b85586c66
|
|
| BLAKE2b-256 |
d3feb91bdc764688c335005e3f9c9d96f3104b5692b2dab557923add211ae3e3
|