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.5.tar.gz
(10.9 kB
view details)
File details
Details for the file aztec_code_generator-0.5.tar.gz.
File metadata
- Download URL: aztec_code_generator-0.5.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
454e2925786630d89e424808c84aa96062fc273f493bd526085564be3e7250ee
|
|
| MD5 |
9fda93bb49b486c83db2380205cfa2f1
|
|
| BLAKE2b-256 |
2634e171de0475ab039bd9a0abb7adc72dbb70899a5a42f0d93227af6c742546
|