Produce hexagon stickers automatically from an image in compliance to the Stickers Standard.
Installation
$ pip install hexsticker
After the installation step listed above, you will be able to use the hexsticker command:
$ hexsticker --help
Examples
Let’s create a hexagon sticker for the Selinon project.
Here is the input image:
Let’s create a hexagon sticker:
$ hexsticker selinon.png -o selinon-sticker-1.png
INFO:hexsticker.create:Writing output to 'selinon-sticker-1.png'
The resulting image is:
As can be seen above, there are some parts cut off - let’s add some padding to the image:
$ hexsticker input/selinon.png -o output/selinon-sticker-2.png --padding-size 25
INFO:hexsticker.create:Writing output to 'selinon-sticker-2.png'
The padded part is white by default - that’s why there are missing spikes of hexagon. Let’s set color of padded area to the same color as background color of the original image:
$ hexsticker input/selinon.png -o output/selinon-sticker-3.png --padding-size 25 --padding-color '#66cfa7'
INFO:hexsticker.create:Writing output to 'selinon-sticker-3.png'
Nice! What we could do next? Let’s try to add a hexagon border:
$ hexsticker input/selinon.png -o output/selinon-sticker-4.png --padding-size 25 --padding-color '#66cfa7' --border-size 35
INFO:hexsticker.create:Writing output to 'selinon-sticker-4.png'
Ehm, the default black one does not look that good in this case! Let’s try some color that fits color scheme:
$ hexsticker input/selinon.png -o output/selinon-sticker-5.png --padding-size 25 --padding-color '#66cfa7' --border-size 35 --border-color '#197a9f'
INFO:hexsticker.create:Writing output to 'selinon-sticker-5.png'
As you can see, this tool can automate creation of hexagon stickers so they respect the hexagon standard. Feel free to additionally adjust the resulting image of your logo or the input image.
Running from repo
To run hexsticker from repository run the following commands:
$ git clone https://github.com/fridex/hexsticker # or use ssh
$ cd hexsticker
$ export PYTHONPATH='.'
$ ./hexsticker-cli --help
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hexsticker-1.0.0.tar.gz.
File metadata
- Download URL: hexsticker-1.0.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59b14f59e3874571cb2efc18a119fb04ee9f7bcab63515cee18f3e35348a29cd
|
|
| MD5 |
e0a052b8dd29b5c8a557a1046a7998f7
|
|
| BLAKE2b-256 |
c37277139816dcc7184eb280519afc9e1d6230222406ca3c3345fded0e93424c
|
File details
Details for the file hexsticker-1.0.0-py3-none-any.whl.
File metadata
- Download URL: hexsticker-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d11113b46192b47697d59506c3970ab685693f059a6ed67ab643abcc7bc2b0e
|
|
| MD5 |
37a01453b4fe7cd3fd90412e9c30221e
|
|
| BLAKE2b-256 |
f218636ef4ae5366eeae5ee3f72211784d712c1bd92ae4a8943ba8c38ae140de
|