image-resize-python-script


Nameimage-resize-python-script JSON
Version 1.0.9 PyPI version JSON
download
home_pagehttps://github.com/mayjoantony/image-resize-python-script
SummaryA small python script to resize images in a folder
upload_time2024-02-09 17:42:46
maintainer
docs_urlNone
authorMayjo Antony
requires_python
licenseMIT
keywords image resize python script png opencv numpy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # image-resize-python-script

This repository contains a Python script for batch processing of images (PNG). The script allows you to resize multiple images at once, making it convenient for tasks such as creating thumbnails or resizing images for web applications.

## Usage

1. Clone the repository to your local machine.
2. Install the required dependencies by running `pip install -r requirements.txt`.
3. Place the images you want to resize in the `input` folder.
4. Open a terminal or command prompt and navigate to the project directory.
5. Run the script using the command `python resize_images.py`.
6. The resized images will be saved in the `output` folder.

Feel free to customize the script according to your specific requirements. Happy image resizing!

## License

This project is licensed under the MIT License - see the [MIT LICENSE](https://github.com/mayjoantony/image-resize-python-script/blob/main/LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mayjoantony/image-resize-python-script",
    "name": "image-resize-python-script",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "image,resize,python,script,png,opencv,numpy",
    "author": "Mayjo Antony",
    "author_email": "mayjoantony123@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c9/c3/d61b35c52789a191ecfedde4c4fbeab8b67d2d1e72da07e58ab773fcef33/image-resize-python-script-1.0.9.tar.gz",
    "platform": null,
    "description": "# image-resize-python-script\n\nThis repository contains a Python script for batch processing of images (PNG). The script allows you to resize multiple images at once, making it convenient for tasks such as creating thumbnails or resizing images for web applications.\n\n## Usage\n\n1. Clone the repository to your local machine.\n2. Install the required dependencies by running `pip install -r requirements.txt`.\n3. Place the images you want to resize in the `input` folder.\n4. Open a terminal or command prompt and navigate to the project directory.\n5. Run the script using the command `python resize_images.py`.\n6. The resized images will be saved in the `output` folder.\n\nFeel free to customize the script according to your specific requirements. Happy image resizing!\n\n## License\n\nThis project is licensed under the MIT License - see the [MIT LICENSE](https://github.com/mayjoantony/image-resize-python-script/blob/main/LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A small python script to resize images in a folder",
    "version": "1.0.9",
    "project_urls": {
        "Download": "https://github.com/mayjoantony/image-resize-python-script/archive/refs/tags/v1.0.9.zip",
        "Homepage": "https://github.com/mayjoantony/image-resize-python-script"
    },
    "split_keywords": [
        "image",
        "resize",
        "python",
        "script",
        "png",
        "opencv",
        "numpy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1de07b76204301b6ca4f0896a52794995f69f084c98ccf2e5fc4ea7209ecfe6",
                "md5": "e777e3ed60347b166f40983140fcb0e8",
                "sha256": "d1b8ee6116f9913a61a5526ce6156cb4e7958584a8750bb05b1fd3b36e383dc0"
            },
            "downloads": -1,
            "filename": "image_resize_python_script-1.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e777e3ed60347b166f40983140fcb0e8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2663,
            "upload_time": "2024-02-09T17:42:45",
            "upload_time_iso_8601": "2024-02-09T17:42:45.327189Z",
            "url": "https://files.pythonhosted.org/packages/b1/de/07b76204301b6ca4f0896a52794995f69f084c98ccf2e5fc4ea7209ecfe6/image_resize_python_script-1.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9c3d61b35c52789a191ecfedde4c4fbeab8b67d2d1e72da07e58ab773fcef33",
                "md5": "7831a7302fba659193764897ad3b6c53",
                "sha256": "8013b51a7e3b97c494d2e62b66b167b7ef1ce7f0b1e52e1ce48372103eacba1b"
            },
            "downloads": -1,
            "filename": "image-resize-python-script-1.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "7831a7302fba659193764897ad3b6c53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2508,
            "upload_time": "2024-02-09T17:42:46",
            "upload_time_iso_8601": "2024-02-09T17:42:46.737710Z",
            "url": "https://files.pythonhosted.org/packages/c9/c3/d61b35c52789a191ecfedde4c4fbeab8b67d2d1e72da07e58ab773fcef33/image-resize-python-script-1.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-09 17:42:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mayjoantony",
    "github_project": "image-resize-python-script",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "image-resize-python-script"
}
        
Elapsed time: 0.18814s