slackabet

Convert text into Slack alphabet emoji


Keywords
CLI, Slack, alphabet, convert, converter, emoji, text
License
MIT
Install
pip install slackabet==1.2.0

Documentation

slackabet

PyPI version Supported Python versions PyPI downloads GitHub Actions status codecov GitHub Code style: Black

Convert text into Slack alphabet emoji.

How to use

Install the package into your lovely codebase.

python3 -m pip install slackabet
from slackabet import slackabet

print(slackabet("hi"))

Or on the command line:

$ slackabet hi
:alphabet-None-h::alphabet-None-i:
$ sb hi
:alphabet-None-h::alphabet-None-i:

And that's it!

Usage

$ slackabet --help
usage: slackabet [-h] [-V] [-w] [-y] [-r] [--words] [--no-copy] text [text ...]

positional arguments:
  text           Text to convert to emoji

optional arguments:
  -h, --help     show this help message and exit
  -V, --version  show program's version number and exit
  -w, --white    White alphabet
  -y, --yellow   Yellow alphabet
  -r, --random   Randomly coloured letters
  --words        Randomly coloured words
  --no-copy      Do not copy to clipboard