img-compressio


Nameimg-compressio JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryCompressio is a Python program used to compress images in bulk
upload_time2023-03-10 23:05:48
maintainer
docs_urlNone
authorKirill
requires_python>=3.11,<4.0
licenseMIT licence
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Compressio

Compressio is a python application that allows to edit images in bulk. Originally, it\'s purpose was to compress a
directory of pictures, but now it has the following functionality:

1. Compressio can compress (wow) multiple images depending on a chosen quality.
2. Compressio can resize all the images to a given width and height.
3. Compressio can change a format of all the pictures to a given one.

## Installation

#### Using Poetry (Linux, macOS, Windows **(WSL)**)

```shell
# Installing Poetry 
curl -sSL https://install.python-poetry.org | python3 -

# Cloning the repo
git clone https://github.com/knikolaeff/img-compressio.git

cd img-compressio

# Installing dependencies
poetry install

# Running the script
python3 compressio.py
```

#### Using Poetry (Windows **(Powershell)**)

```shell
# Installing Poetry 
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -

# Cloning the repo
git clone https://github.com/knikolaeff/img-compressio.git

cd img-compressio

# Installing dependencies
poetry install

# Running the script
python compressio.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "img-compressio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Kirill",
    "author_email": "kirillnikolaefff@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/19/b0/6152732887eea291d87d91dbf31628e138ac86a189503ffae47f413bb472/img_compressio-0.1.1.tar.gz",
    "platform": null,
    "description": "# Compressio\n\nCompressio is a python application that allows to edit images in bulk. Originally, it\\'s purpose was to compress a\ndirectory of pictures, but now it has the following functionality:\n\n1. Compressio can compress (wow) multiple images depending on a chosen quality.\n2. Compressio can resize all the images to a given width and height.\n3. Compressio can change a format of all the pictures to a given one.\n\n## Installation\n\n#### Using Poetry (Linux, macOS, Windows **(WSL)**)\n\n```shell\n# Installing Poetry \ncurl -sSL https://install.python-poetry.org | python3 -\n\n# Cloning the repo\ngit clone https://github.com/knikolaeff/img-compressio.git\n\ncd img-compressio\n\n# Installing dependencies\npoetry install\n\n# Running the script\npython3 compressio.py\n```\n\n#### Using Poetry (Windows **(Powershell)**)\n\n```shell\n# Installing Poetry \n(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -\n\n# Cloning the repo\ngit clone https://github.com/knikolaeff/img-compressio.git\n\ncd img-compressio\n\n# Installing dependencies\npoetry install\n\n# Running the script\npython compressio.py\n```\n",
    "bugtrack_url": null,
    "license": "MIT licence",
    "summary": "Compressio is a Python program used to compress images in bulk",
    "version": "0.1.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb5b86f63f1b1f41fcb2caab424351c33348da7d95c32727c4ad9ddbff8ca833",
                "md5": "297c373d1a01e663b6afe279d59612f5",
                "sha256": "4ecba5d1fe9f4b528138fa79625e0cf9bb9364bbb43c4d01a6d8016c790d39ef"
            },
            "downloads": -1,
            "filename": "img_compressio-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "297c373d1a01e663b6afe279d59612f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 9290,
            "upload_time": "2023-03-10T23:05:46",
            "upload_time_iso_8601": "2023-03-10T23:05:46.504777Z",
            "url": "https://files.pythonhosted.org/packages/bb/5b/86f63f1b1f41fcb2caab424351c33348da7d95c32727c4ad9ddbff8ca833/img_compressio-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19b06152732887eea291d87d91dbf31628e138ac86a189503ffae47f413bb472",
                "md5": "e537acef6fb13a69b3c4dc6d0887b3ba",
                "sha256": "2ce75bf8c8162000548a12e7482488a7dce56e57b2d643926d3cccd7dd2ad3b4"
            },
            "downloads": -1,
            "filename": "img_compressio-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e537acef6fb13a69b3c4dc6d0887b3ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 8091,
            "upload_time": "2023-03-10T23:05:48",
            "upload_time_iso_8601": "2023-03-10T23:05:48.310660Z",
            "url": "https://files.pythonhosted.org/packages/19/b0/6152732887eea291d87d91dbf31628e138ac86a189503ffae47f413bb472/img_compressio-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-10 23:05:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "img-compressio"
}
        
Elapsed time: 0.08679s