Skip to main content

Using Python to make multi-colored 2D codes!

Project description

A library that creates multi-colored Aztec codes. They are actually multiple Aztec codes, merged into a single image. Usually they are each on a separate color channel.

Command line tool

This package comes with the colorcode command, that creates a color code.

For instance:

colorcode "Hello World" "Python 3 RuleZ" "Let's go Aztec"

Will create a code with data Hello World, Python 3 RuleZ and Let's go Aztec. Each data string must be surrounded by quotes if you run the command from a shell, because each parameter to the command becomes a separate data set.

You can override default settings with various parameters:

colorcode -o mycode.png -m 4 -i redcyan "Hello World" "Python 3 RuleZ"
  • -o mycode.png means “Save the image to the file mycode.png

  • -m 4 means “Each square block (aka module) will have a size of 4x4 pixels”

  • -i redcyan means “Use the Red/Cyan method to combine the codes instead of the default”

By default the combination method is chosen automatically depending on the number of data entries.

There are more parameters, you can find them out with --help as usual.

You can also run the command as a Python module: python3 -m colorcode.

About the project

Don’t expect the project to be improved or maintained in the future. This was mostly a learning project for me, to learn about Cython, Sphinx docs, Python packagaing and Aztec codes.

It works, and it’s fun, so I share it. But it’s currently mostly useless. There is no app to decode the codes and I don’t plan to make one.

Anyway, I hope you will find this project interesting and inspiring.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colorcode-1.0.2.tar.gz (117.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

colorcode-1.0.2-cp37-cp37m-win_amd64.whl (85.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

File details

Details for the file colorcode-1.0.2.tar.gz.

File metadata

  • Download URL: colorcode-1.0.2.tar.gz
  • Upload date:
  • Size: 117.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for colorcode-1.0.2.tar.gz
Algorithm Hash digest
SHA256 1326ec299cb329fccd2747a024b1f94a7726fd1526acaa64064a7f3238de73e5
MD5 c385be21863cce982baf6bb463646b43
BLAKE2b-256 33a75446cb5c02bb5c6ea465e86ae13da37a43bed7ac0059ee2d9a976ebbe474

See more details on using hashes here.

File details

Details for the file colorcode-1.0.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: colorcode-1.0.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 85.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for colorcode-1.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a8d76c627c644ab3b1078292abe796e2aa51dc393fcfc41c20a8763bbf385f9b
MD5 b5494d276f602f69d55f9510f2972725
BLAKE2b-256 207aebc179271929180ed01a0d5742cc5f69aaf5b7859c69963e2e18e814735b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page