text2img-bot


Nametext2img-bot JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryDelta Chat bot to generate images from text prompts
upload_time2024-04-27 22:19:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords deltachat bot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img height="180" width="180" src="https://github.com/deltachat-bot/text2img-bot/raw/main/avatar.jpeg">

# Text To Image Bot

[![Latest Release](https://img.shields.io/pypi/v/text2img-bot.svg)](https://pypi.org/project/text2img-bot)
[![CI](https://github.com/deltachat-bot/text2img-bot/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/text2img-bot/actions/workflows/python-ci.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

A text-to-image generator bot for Delta Chat. Generate images from any text prompt.

## Install

```sh
pip install -U text2img-bot
```

## Usage

To configure the bot:

```sh
text2img-bot init bot@example.org SuperHardPassword
```

**(Optional)** To customize the bot name, avatar and status/signature:

```sh
text2img-bot config selfavatar "/path/to/avatar.png"
text2img-bot config displayname "Text To Image"
text2img-bot config selfstatus "Hi, send me some text message to generate an image"
```

Finally you can start the bot with:

```sh
text2img-bot serve
```

To see the available options, run in the command line:

```
text2img-bot --help
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "text2img-bot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "deltachat, bot",
    "author": null,
    "author_email": "adbenitez <adb@merlinux.eu>",
    "download_url": null,
    "platform": null,
    "description": "<img height=\"180\" width=\"180\" src=\"https://github.com/deltachat-bot/text2img-bot/raw/main/avatar.jpeg\">\n\n# Text To Image Bot\n\n[![Latest Release](https://img.shields.io/pypi/v/text2img-bot.svg)](https://pypi.org/project/text2img-bot)\n[![CI](https://github.com/deltachat-bot/text2img-bot/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat-bot/text2img-bot/actions/workflows/python-ci.yml)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nA text-to-image generator bot for Delta Chat. Generate images from any text prompt.\n\n## Install\n\n```sh\npip install -U text2img-bot\n```\n\n## Usage\n\nTo configure the bot:\n\n```sh\ntext2img-bot init bot@example.org SuperHardPassword\n```\n\n**(Optional)** To customize the bot name, avatar and status/signature:\n\n```sh\ntext2img-bot config selfavatar \"/path/to/avatar.png\"\ntext2img-bot config displayname \"Text To Image\"\ntext2img-bot config selfstatus \"Hi, send me some text message to generate an image\"\n```\n\nFinally you can start the bot with:\n\n```sh\ntext2img-bot serve\n```\n\nTo see the available options, run in the command line:\n\n```\ntext2img-bot --help\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Delta Chat bot to generate images from text prompts",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/deltachat-bot/text2img-bot"
    },
    "split_keywords": [
        "deltachat",
        " bot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b61c4655899c37e16fbe86da47075ec0cc1433665ce86b52f25a82aa87a798f",
                "md5": "89e7a7edea202c86f9bdf36db3ef3568",
                "sha256": "10b58fc2eb06d0d23ca59e25f38a75ef56e5e97ec3892dfb79f54717121a9e7d"
            },
            "downloads": -1,
            "filename": "text2img_bot-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89e7a7edea202c86f9bdf36db3ef3568",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 17118,
            "upload_time": "2024-04-27T22:19:17",
            "upload_time_iso_8601": "2024-04-27T22:19:17.557597Z",
            "url": "https://files.pythonhosted.org/packages/2b/61/c4655899c37e16fbe86da47075ec0cc1433665ce86b52f25a82aa87a798f/text2img_bot-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 22:19:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "deltachat-bot",
    "github_project": "text2img-bot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "text2img-bot"
}
        
Elapsed time: 0.25176s