pixify


Namepixify JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/AryaTjiutanto/pixify
SummaryA simple CLI image converter built with Pillow and Typer.
upload_time2025-08-07 07:38:13
maintainerNone
docs_urlNone
authorArya Tjiutanto
requires_python>=3.7
licenseMIT
keywords cli image converter pillow typer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🖼️ pixify

A simple and flexible command-line tool to convert images between formats using Pillow (e.g., PNG, JPG, WEBP, BMP, GIF, TIFF, etc.), resize them, and process either single files or entire folders.

---

## ✨ Features

- Convert a single image file or an entire folder
- Supports popular output formats: `png`, `jpg`, `webp`, `bmp`, `gif`, `tiff`, etc.
- Resize images using simple `WIDTHxHEIGHT` format
- Optional file extension filtering in batch mode
- Set custom output filenames and folders

---

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AryaTjiutanto/pixify",
    "name": "pixify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "cli, image, converter, pillow, typer",
    "author": "Arya Tjiutanto",
    "author_email": "Arya Tjiutanto <aryatjiutanto.dev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/73/ad/8b8268141904fa1beda62ee974653b05df35b0dc8807deedd83b29add7df/pixify-0.0.1.tar.gz",
    "platform": null,
    "description": "# \ud83d\uddbc\ufe0f pixify\r\n\r\nA simple and flexible command-line tool to convert images between formats using Pillow (e.g., PNG, JPG, WEBP, BMP, GIF, TIFF, etc.), resize them, and process either single files or entire folders.\r\n\r\n---\r\n\r\n## \u2728 Features\r\n\r\n- Convert a single image file or an entire folder\r\n- Supports popular output formats: `png`, `jpg`, `webp`, `bmp`, `gif`, `tiff`, etc.\r\n- Resize images using simple `WIDTHxHEIGHT` format\r\n- Optional file extension filtering in batch mode\r\n- Set custom output filenames and folders\r\n\r\n---\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple CLI image converter built with Pillow and Typer.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/AryaTjiutanto/pixify"
    },
    "split_keywords": [
        "cli",
        " image",
        " converter",
        " pillow",
        " typer"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "22aaebd23773e1d8ca3b87af59428fb0badcfc88c44abdf0c4da31a9ec13105f",
                "md5": "f59cf74cf66f3c5b06c4b0ce3d7083e3",
                "sha256": "a2695bb7b2f0dc021d259a0e966c3a72bdacded9fe7bb0e576a50a5bb4ba99ff"
            },
            "downloads": -1,
            "filename": "pixify-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f59cf74cf66f3c5b06c4b0ce3d7083e3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5128,
            "upload_time": "2025-08-07T07:38:11",
            "upload_time_iso_8601": "2025-08-07T07:38:11.858023Z",
            "url": "https://files.pythonhosted.org/packages/22/aa/ebd23773e1d8ca3b87af59428fb0badcfc88c44abdf0c4da31a9ec13105f/pixify-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "73ad8b8268141904fa1beda62ee974653b05df35b0dc8807deedd83b29add7df",
                "md5": "11ac42e4cb2b119aaab446ee371bd3d3",
                "sha256": "c4e6fee0e2cc355c2e826a79544627b3d6edd94807a1557fa3a51c122e6ef325"
            },
            "downloads": -1,
            "filename": "pixify-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "11ac42e4cb2b119aaab446ee371bd3d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4369,
            "upload_time": "2025-08-07T07:38:13",
            "upload_time_iso_8601": "2025-08-07T07:38:13.911923Z",
            "url": "https://files.pythonhosted.org/packages/73/ad/8b8268141904fa1beda62ee974653b05df35b0dc8807deedd83b29add7df/pixify-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-07 07:38:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AryaTjiutanto",
    "github_project": "pixify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pixify"
}
        
Elapsed time: 0.41794s