mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
scripts: generate-alt-random: add emoji sequences
This commit is contained in:
parent
81131e3a87
commit
34e85e7726
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ def main():
|
||||||
count = 256 * 1024**1
|
count = 256 * 1024**1
|
||||||
|
|
||||||
# Characters to choose from
|
# Characters to choose from
|
||||||
alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRTSTUVWXYZ0123456789 öäå 👨👩🧒'
|
alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRTSTUVWXYZ0123456789 öäå 👨👩🧒👩🏽🔬🇸🇪'
|
||||||
|
|
||||||
color_variants = ([ColorVariant.NONE] +
|
color_variants = ([ColorVariant.NONE] +
|
||||||
([ColorVariant.REGULAR] if opts.colors_regular else []) +
|
([ColorVariant.REGULAR] if opts.colors_regular else []) +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue