imgworks


Nameimgworks JSON
Version 0.3.2 PyPI version JSON
download
home_page
Summary
upload_time2023-10-07 05:31:08
maintainer
docs_urlNone
authorAntonio Feregrino
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ImgWorks

A simple CLI tool to work with images, it helps you convert between formats (I personally dislike .webp and .heic so much when working in desktop) as well as resize images with a single command.

## Installation

```bash
pip install imgworks
```
## Usage

It has several commands, you can learn more about them by using the `--help` flag.

 - Resize images: `resize`
 - Convert images: `heic2jpg`, `webp2jpg`, `heic2png` and `webp2png`
 
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "imgworks",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Antonio Feregrino",
    "author_email": "antonio.feregrino@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7a/b6/ddd1af4e50a5f9768de548e29471e12b6381704df54a424f50c9be9e6989/imgworks-0.3.2.tar.gz",
    "platform": null,
    "description": "# ImgWorks\n\nA simple CLI tool to work with images, it helps you convert between formats (I personally dislike .webp and .heic so much when working in desktop) as well as resize images with a single command.\n\n## Installation\n\n```bash\npip install imgworks\n```\n## Usage\n\nIt has several commands, you can learn more about them by using the `--help` flag.\n\n - Resize images: `resize`\n - Convert images: `heic2jpg`, `webp2jpg`, `heic2png` and `webp2png`\n ",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.3.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2b8cbdbc76131a277998be2011505596d47581a6e1e8d26af36f17df7b1df5d",
                "md5": "1214279b5090f484513c6642e618f306",
                "sha256": "02adef0d45108fde20644ee4cf356383397b96b7936ef96c66387206cba52f28"
            },
            "downloads": -1,
            "filename": "imgworks-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1214279b5090f484513c6642e618f306",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 3575,
            "upload_time": "2023-10-07T05:31:07",
            "upload_time_iso_8601": "2023-10-07T05:31:07.017174Z",
            "url": "https://files.pythonhosted.org/packages/a2/b8/cbdbc76131a277998be2011505596d47581a6e1e8d26af36f17df7b1df5d/imgworks-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ab6ddd1af4e50a5f9768de548e29471e12b6381704df54a424f50c9be9e6989",
                "md5": "2c65d9832ff8ad053098665e0a282ba9",
                "sha256": "81632e6cc30f3469cc68f4eef8a611fada0b525069ffb872d8810fea2c1b304f"
            },
            "downloads": -1,
            "filename": "imgworks-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2c65d9832ff8ad053098665e0a282ba9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 2519,
            "upload_time": "2023-10-07T05:31:08",
            "upload_time_iso_8601": "2023-10-07T05:31:08.535552Z",
            "url": "https://files.pythonhosted.org/packages/7a/b6/ddd1af4e50a5f9768de548e29471e12b6381704df54a424f50c9be9e6989/imgworks-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-07 05:31:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "imgworks"
}
        
Elapsed time: 0.26150s