Skip to main content

Convert text into Slack alphabet emoji

Project description

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

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

slackabet-1.2.0.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

slackabet-1.2.0-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

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