unicodes 0.0.4

Creator: bradpython12

Last updated:

Add to Cart

Description:

unicodes 0.0.4

TOC

Unicodes

Installation / Quickstart
License
Other Docs
Examples
Command Help



Unicodes ↑
This program allows you to interactively explore, search, and output unicode values in the terminal
Pull requests welcome!
Installation / Quickstart ↑
To install this package from pypy run the following command.

pip3 install unicodes


Run this to show all the unicode values

unicodes all


License ↑
See: LICENSE
Other Docs ↑

Api Docs
Changelog

Examples ↑
all_box_drawings.sh

Show all unicode names with 'drawing' and 'box' in their names


all_playing_cards_no_trump.sh

Show all playing cards minus trump string


hacker_mixer.sh

hacker mix 'my cool name' in a tui


show_all_pairs.sh

show pre-defined pairs of unicode objects (i.e. left/right up/down etc.)


Command Help ↑
Main
usage: gendoc.py [-h] {all,explore,hackermix,pairs} ...

optional arguments:
-h, --help show this help message and exit

subcommands:
{all,explore,hackermix,pairs}
all Output all unicode values to STDOUT.
explore Explore the tokenized unicode data.
hackermix Hacker mixer upper / scramble letters with variations of unicode.
pairs Output all unicode values to STDOUT.


all
usage: gendoc.py all [-h] [--filter [FILTER [FILTER ...]]] [--exclude [EXCLUDE [EXCLUDE ...]]] [--json]

optional arguments:
-h, --help show this help message and exit
--filter [FILTER [FILTER ...]], -f [FILTER [FILTER ...]]
filter values
--exclude [EXCLUDE [EXCLUDE ...]], -e [EXCLUDE [EXCLUDE ...]]
reverse filter
--json, -j print in json format


explore
usage: gendoc.py explore [-h]

optional arguments:
-h, --help show this help message and exit


hackermix
usage: gendoc.py hackermix [-h] ...

positional arguments:
args word

optional arguments:
-h, --help show this help message and exit


pairs
usage: gendoc.py pairs [-h] [--filter [FILTER [FILTER ...]]] [--exclude [EXCLUDE [EXCLUDE ...]]] [--json] [--detail]
{all,left_right,top_bottom,horz_vert,upper_lower}

positional arguments:
{all,left_right,top_bottom,horz_vert,upper_lower}
select pair to output

optional arguments:
-h, --help show this help message and exit
--filter [FILTER [FILTER ...]], -f [FILTER [FILTER ...]]
filter values
--exclude [EXCLUDE [EXCLUDE ...]], -e [EXCLUDE [EXCLUDE ...]]
reverse filter
--json, -j print in json format
--detail, -d turn on detailed output

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.