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.2.tar.gz
(10.0 kB
view details)
File details
Details for the file aztec_code_generator-0.2.tar.gz.
File metadata
- Download URL: aztec_code_generator-0.2.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b1d48a4870d8ddf5b0851c7645f60800352e70e1fa84d4190445af8388a8385
|
|
| MD5 |
39ee5b8ca5c787d0854dc6d9329dc8c0
|
|
| BLAKE2b-256 |
070c5d2b6160d0c28a9d23edf94c7940069f04594e798d743966ddd1123e17c2
|