Watermarkerer


NameWatermarkerer JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://github.com/NoneNameDeveloper/WaterMarkerer.git
SummaryPython package to put watermarks to videos or images
upload_time2024-02-23 17:22:13
maintainer
docs_urlNone
authorJohn Doe
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            WaterMarkerer Documentation
===========================

Introduction
------------

WaterMarkerer is a Python package for putting watermarks on videos or images.

Installation
------------

Install WaterMarkerer using pip:

.. code-block:: bash

   pip install WaterMarkerer

Example Usage
-------------

Here's an example of how to use WaterMarkerer:

.. code-block:: python

   from watermarkerer import WaterMarker

   # Create a WaterMarker instance
   wm = WaterMarker(obj='input.jpg', output='output_with_watermark.jpg', position='bottom_right')

   # Put the watermark
   wm.put()

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NoneNameDeveloper/WaterMarkerer.git",
    "name": "Watermarkerer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "John Doe",
    "author_email": "anon@user.com",
    "download_url": "",
    "platform": null,
    "description": "WaterMarkerer Documentation\n===========================\n\nIntroduction\n------------\n\nWaterMarkerer is a Python package for putting watermarks on videos or images.\n\nInstallation\n------------\n\nInstall WaterMarkerer using pip:\n\n.. code-block:: bash\n\n   pip install WaterMarkerer\n\nExample Usage\n-------------\n\nHere's an example of how to use WaterMarkerer:\n\n.. code-block:: python\n\n   from watermarkerer import WaterMarker\n\n   # Create a WaterMarker instance\n   wm = WaterMarker(obj='input.jpg', output='output_with_watermark.jpg', position='bottom_right')\n\n   # Put the watermark\n   wm.put()\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python package to put watermarks to videos or images",
    "version": "0.2",
    "project_urls": {
        "Homepage": "https://github.com/NoneNameDeveloper/WaterMarkerer.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93c4270232b5faf662a55e3c3bc8002348454a48ff23133aac7e51c90f6a6394",
                "md5": "a860c5540f89f472826eb416ec872a20",
                "sha256": "ce1c0f8dd829af0c42c32d9418368a2b54cb5bd1404f770c6dcf2d4d8f074711"
            },
            "downloads": -1,
            "filename": "Watermarkerer-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a860c5540f89f472826eb416ec872a20",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2929,
            "upload_time": "2024-02-23T17:22:13",
            "upload_time_iso_8601": "2024-02-23T17:22:13.408758Z",
            "url": "https://files.pythonhosted.org/packages/93/c4/270232b5faf662a55e3c3bc8002348454a48ff23133aac7e51c90f6a6394/Watermarkerer-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-23 17:22:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NoneNameDeveloper",
    "github_project": "WaterMarkerer",
    "github_not_found": true,
    "lcname": "watermarkerer"
}
        
Elapsed time: 0.18862s