# slackabet
[![PyPI version](https://img.shields.io/pypi/v/slackabet.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/slackabet)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/slackabet.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/slackabet)
[![PyPI downloads](https://img.shields.io/pypi/dm/slackabet.svg)](https://pypistats.org/packages/slackabet)
[![GitHub Actions status](https://github.com/hugovk/slackabet/workflows/Test/badge.svg)](https://github.com/hugovk/slackabet/actions)
[![codecov](https://codecov.io/gh/hugovk/slackabet/branch/main/graph/badge.svg)](https://codecov.io/gh/hugovk/slackabet)
[![GitHub](https://img.shields.io/github/license/hugovk/slackabet.svg)](LICENSE.txt)
[![Code style: Black](https://img.shields.io/badge/code%20style-Black-000000.svg)](https://github.com/psf/black)
Convert text into
[Slack alphabet emoji](https://slack.com/intl/en-fi/help/articles/206870177-Add-custom-emoji-to-your-workspace?cvosrc=spredfast.facebook.Product#emoji-packs).
## How to use
Install the package into your lovely codebase.
```bash
python3 -m pip install slackabet
```
```python
from slackabet import slackabet
print(slackabet("hi"))
```
Or on the command line:
```console
$ slackabet hi
:alphabet-None-h::alphabet-None-i:
$ sb hi
:alphabet-None-h::alphabet-None-i:
```
And that's it!
## Usage
```console
$ 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
```
Raw data
{
"_id": null,
"home_page": null,
"name": "slackabet",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "CLI, Slack, alphabet, convert, converter, emoji, text",
"author": "Hugo van Kemenade",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/5f/ae/a11581452aa9ad4d06ad683502fee09397b732e31567aa80b8efe8685ffe/slackabet-1.3.0.tar.gz",
"platform": null,
"description": "# slackabet\n\n[![PyPI version](https://img.shields.io/pypi/v/slackabet.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/slackabet)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/slackabet.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/slackabet)\n[![PyPI downloads](https://img.shields.io/pypi/dm/slackabet.svg)](https://pypistats.org/packages/slackabet)\n[![GitHub Actions status](https://github.com/hugovk/slackabet/workflows/Test/badge.svg)](https://github.com/hugovk/slackabet/actions)\n[![codecov](https://codecov.io/gh/hugovk/slackabet/branch/main/graph/badge.svg)](https://codecov.io/gh/hugovk/slackabet)\n[![GitHub](https://img.shields.io/github/license/hugovk/slackabet.svg)](LICENSE.txt)\n[![Code style: Black](https://img.shields.io/badge/code%20style-Black-000000.svg)](https://github.com/psf/black)\n\nConvert text into\n[Slack alphabet emoji](https://slack.com/intl/en-fi/help/articles/206870177-Add-custom-emoji-to-your-workspace?cvosrc=spredfast.facebook.Product#emoji-packs).\n\n## How to use\n\nInstall the package into your lovely codebase.\n\n```bash\npython3 -m pip install slackabet\n```\n\n```python\nfrom slackabet import slackabet\n\nprint(slackabet(\"hi\"))\n```\n\nOr on the command line:\n\n```console\n$ slackabet hi\n:alphabet-None-h::alphabet-None-i:\n$ sb hi\n:alphabet-None-h::alphabet-None-i:\n```\n\nAnd that's it!\n\n## Usage\n\n```console\n$ slackabet --help\nusage: slackabet [-h] [-V] [-w] [-y] [-r] [--words] [--no-copy] text [text ...]\n\npositional arguments:\n text Text to convert to emoji\n\noptional arguments:\n -h, --help show this help message and exit\n -V, --version show program's version number and exit\n -w, --white White alphabet\n -y, --yellow Yellow alphabet\n -r, --random Randomly coloured letters\n --words Randomly coloured words\n --no-copy Do not copy to clipboard\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Convert text into Slack alphabet emoji",
"version": "1.3.0",
"project_urls": {
"Changelog": "https://github.com/hugovk/slackabet/releases",
"Homepage": "https://github.com/hugovk/slackabet",
"Source": "https://github.com/hugovk/slackabet"
},
"split_keywords": [
"cli",
" slack",
" alphabet",
" convert",
" converter",
" emoji",
" text"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b3920c07bd6fbb694b411c548c4d5549523fc9a00a8c16dbd8325d413f839a92",
"md5": "b83695a4b3e78db4b9fa464d1b3d8d3e",
"sha256": "5c594bcabf66509a9120aa3a304f3a5dc23e192c1a7e96aad5312b5cc70df156"
},
"downloads": -1,
"filename": "slackabet-1.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b83695a4b3e78db4b9fa464d1b3d8d3e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 4734,
"upload_time": "2025-01-07T11:08:38",
"upload_time_iso_8601": "2025-01-07T11:08:38.287854Z",
"url": "https://files.pythonhosted.org/packages/b3/92/0c07bd6fbb694b411c548c4d5549523fc9a00a8c16dbd8325d413f839a92/slackabet-1.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5faea11581452aa9ad4d06ad683502fee09397b732e31567aa80b8efe8685ffe",
"md5": "10a6466ef496cefe404a6d41e8c6de0d",
"sha256": "2d1dd99c31c9fe7002633b5566e6f07b16cf7f130b91ef95e677725c51fef89d"
},
"downloads": -1,
"filename": "slackabet-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "10a6466ef496cefe404a6d41e8c6de0d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 8858,
"upload_time": "2025-01-07T11:08:40",
"upload_time_iso_8601": "2025-01-07T11:08:40.555846Z",
"url": "https://files.pythonhosted.org/packages/5f/ae/a11581452aa9ad4d06ad683502fee09397b732e31567aa80b8efe8685ffe/slackabet-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-07 11:08:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hugovk",
"github_project": "slackabet",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"tox": true,
"lcname": "slackabet"
}