textoverlay


Nametextoverlay JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA Python package for adding text overlays to images with the power of Computer Vision
upload_time2025-09-09 17:27:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords text overlay image ai graphics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TextOverlay

A powerful Python package for overlaying text over images in a systematic and intelligent manner.

## Installation

```bash
pip install textoverlay
```

## Quick Start

```python
import textoverlay

```
# WEIGHTS:
-In order to download the weights of the U2Net architecture, run the following command:

python -m textoverlay.models.model_downloader list

-It will provide 2 options:
1. download u2net
2. download u2netp
-Select the option you want to download (for most cases, u2net is recommended as it has full weights. u2netp is a lighter version of u2net, but it may not be as accurate as u2net.)
## Features

- AI-powered text placement that intelligently analyzes the entire image and chooses the parts of the image that are most suitable for text overlay. Furthermore, it has an incredible custom text placement feature that allows you to place text in any part of the image. 
- Saliency detection for optimal text positioning
- Multiple overlay styles
- Easy-to-use Python API

## Ideal use cases

- Social media posts
- Digit Marketing campagains/ads
- Product images
- News articles
- Blog posts
- Any image that requires text overlay


## Requirements

- Python 3.8+
- PIL/Pillow for image processing
- PyTorch for AI models

## License

MIT License

## Contributing

Contributions welcome! For complaints and compliments:
- **GitHub:** https://github.com/YugMakhecha17
- **Email:** yugmakhecha1710@gmail.com

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "textoverlay",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "text, overlay, image, AI, graphics",
    "author": null,
    "author_email": "Yug Makhecha <yugmakhecha1710@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# TextOverlay\r\n\r\nA powerful Python package for overlaying text over images in a systematic and intelligent manner.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install textoverlay\r\n```\r\n\r\n## Quick Start\r\n\r\n```python\r\nimport textoverlay\r\n\r\n```\r\n# WEIGHTS:\r\n-In order to download the weights of the U2Net architecture, run the following command:\r\n\r\npython -m textoverlay.models.model_downloader list\r\n\r\n-It will provide 2 options:\r\n1. download u2net\r\n2. download u2netp\r\n-Select the option you want to download (for most cases, u2net is recommended as it has full weights. u2netp is a lighter version of u2net, but it may not be as accurate as u2net.)\r\n## Features\r\n\r\n- AI-powered text placement that intelligently analyzes the entire image and chooses the parts of the image that are most suitable for text overlay. Furthermore, it has an incredible custom text placement feature that allows you to place text in any part of the image. \r\n- Saliency detection for optimal text positioning\r\n- Multiple overlay styles\r\n- Easy-to-use Python API\r\n\r\n## Ideal use cases\r\n\r\n- Social media posts\r\n- Digit Marketing campagains/ads\r\n- Product images\r\n- News articles\r\n- Blog posts\r\n- Any image that requires text overlay\r\n\r\n\r\n## Requirements\r\n\r\n- Python 3.8+\r\n- PIL/Pillow for image processing\r\n- PyTorch for AI models\r\n\r\n## License\r\n\r\nMIT License\r\n\r\n## Contributing\r\n\r\nContributions welcome! For complaints and compliments:\r\n- **GitHub:** https://github.com/YugMakhecha17\r\n- **Email:** yugmakhecha1710@gmail.com\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package for adding text overlays to images with the power of Computer Vision",
    "version": "0.1.0",
    "project_urls": {
        "Bug Reports": "https://github.com/YugMakhecha17/textoverlay/issues",
        "Homepage": "https://github.com/YugMakhecha17/textoverlay",
        "Source": "https://github.com/YugMakhecha17/textoverlay"
    },
    "split_keywords": [
        "text",
        " overlay",
        " image",
        " ai",
        " graphics"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56c23cd50cb3439e58e96e5da1471f05927988a0ea72395d6c56b03f2b77d17c",
                "md5": "0415d9a228310898d88cb42cd13b306f",
                "sha256": "6d80a81b8a1bf7fafba2d886dd30031a5003853960254d7c584252d2d4e9a399"
            },
            "downloads": -1,
            "filename": "textoverlay-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0415d9a228310898d88cb42cd13b306f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 356419,
            "upload_time": "2025-09-09T17:27:02",
            "upload_time_iso_8601": "2025-09-09T17:27:02.705570Z",
            "url": "https://files.pythonhosted.org/packages/56/c2/3cd50cb3439e58e96e5da1471f05927988a0ea72395d6c56b03f2b77d17c/textoverlay-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-09 17:27:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "YugMakhecha17",
    "github_project": "textoverlay",
    "github_not_found": true,
    "lcname": "textoverlay"
}
        
Elapsed time: 0.49804s