psgresizer


Namepsgresizer JSON
Version 5.0.0 PyPI version JSON
download
home_pagehttps://github.com/PySimpleGUI/psgresizer
SummaryPySimpleGUI application / utility to resize your images and encode them to Bas64 format.
upload_time2024-02-26 13:48:42
maintainer
docs_urlNone
authorPySimpleSoft Inc.
requires_python>=3.6
licenseFree To Use But Restricted
keywords gui ui pysimplegui tkinter psgresizer base64 resize pil pillow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <p align="center"><img width="238" height="135" src="https://pysimplegui.net/images/logos/psglogofull.svg"><p>

  <h2 align="center">psgresizer</h2>
  <h2 align="center">A PySimpleGUI Application</h2>
</p>

Resize & convert images between formats

Convert images between formats, resize, and Base64 encode your images
quickly and easily. Results can be pasted into your PySimpleGUI
program directly, for easy distribution of your applications, without
the need for separate image files.

<p align="center"><img width="471" height="341" src="screenshot.jpg"><p>











## Features

* Makes working with images using PySimpleGUI easier
* Reads and writes images in a many formats
* Places results directly on your clipboard
* Base64 encodes images, to drop into your .py file, avoiding the need to ship separate image files

## Installation

### Using PIP with PyPI

The latest official release of PySimpleGUI products can be found on PyPI.  To pip install the demo applications from PyPI, use this command

#### If you use the command `python` on your computer to invoke Python (Windows):

`python -m pip install --upgrade psgresizer`

#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):

`python3 -m pip install --upgrade psgresizer`

### Using PIP with GitHub

You can also pip install the PySimpleGUI Applications that are in the PySimpleGUI GitHub account.  The GitHub versions have bug fixes and new programs/features that have not yet been released to PyPI. To directly pip install from that repo:

#### If you use the command `python` on your computer to invoke Python (Windows):

```bash
python -m pip install --upgrade https://github.com/PySimpleGUI/psgresizer/zipball/main
```

#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):

```bash
python3 -m pip install --upgrade https://github.com/PySimpleGUI/psgresizer/zipball/main
```



## Usage

Once installed, launch psgresizer by typing the following in your command line:

`psgresizer`



## License & Copyright

Copyright 2023-2024 PySimpleSoft, Inc. and/or its licensors.

This is a free-to-use "Utility" and is licensed under the
PySimpleGUI License Agreement, a copy of which is included in the
license.txt file and also available at https://pysimplegui.com/eula.

Please see Section 1.2 of the license regarding the use of this Utility,
and see https://pysimplegui.com/faq for any questions.


## Contributing

We are happy to receive issues describing bug reports and feature
requests! If your bug report relates to a security vulnerability,
please do not file a public issue, and please instead reach out to us
at issues@PySimpleGUI.com.

We do not accept (and do not wish to receive) contributions of
user-created or third-party code, including patches, pull requests, or
code snippets incorporated into submitted issues. Please do not send
us any such code! Bug reports and feature requests should not include
any source code.

If you nonetheless submit any user-created or third-party code to us,
(1) you assign to us all rights and title in or relating to the code;
and (2) to the extent any such assignment is not fully effective, you
hereby grant to us a royalty-free, perpetual, irrevocable, worldwide,
unlimited, sublicensable, transferrable license under all intellectual
property rights embodied therein or relating thereto, to exploit the
code in any manner we choose, including to incorporate the code into
PySimpleGUI and to redistribute it under any terms at our discretion.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PySimpleGUI/psgresizer",
    "name": "psgresizer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "GUI UI PySimpleGUI tkinter psgresizer base64 resize pil pillow",
    "author": "PySimpleSoft Inc.",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c7/ec/63d1640fe2beda9a360330dd492164aba72263b6a3c7cb209a72c364f2d5/psgresizer-5.0.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\r\n  <p align=\"center\"><img width=\"238\" height=\"135\" src=\"https://pysimplegui.net/images/logos/psglogofull.svg\"><p>\r\n\r\n  <h2 align=\"center\">psgresizer</h2>\r\n  <h2 align=\"center\">A PySimpleGUI Application</h2>\r\n</p>\r\n\r\nResize & convert images between formats\r\n\r\nConvert images between formats, resize, and Base64 encode your images\r\nquickly and easily. Results can be pasted into your PySimpleGUI\r\nprogram directly, for easy distribution of your applications, without\r\nthe need for separate image files.\r\n\r\n<p align=\"center\"><img width=\"471\" height=\"341\" src=\"screenshot.jpg\"><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## Features\r\n\r\n* Makes working with images using PySimpleGUI easier\r\n* Reads and writes images in a many formats\r\n* Places results directly on your clipboard\r\n* Base64 encodes images, to drop into your .py file, avoiding the need to ship separate image files\r\n\r\n## Installation\r\n\r\n### Using PIP with PyPI\r\n\r\nThe latest official release of PySimpleGUI products can be found on PyPI.  To pip install the demo applications from PyPI, use this command\r\n\r\n#### If you use the command `python` on your computer to invoke Python (Windows):\r\n\r\n`python -m pip install --upgrade psgresizer`\r\n\r\n#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):\r\n\r\n`python3 -m pip install --upgrade psgresizer`\r\n\r\n### Using PIP with GitHub\r\n\r\nYou can also pip install the PySimpleGUI Applications that are in the PySimpleGUI GitHub account.  The GitHub versions have bug fixes and new programs/features that have not yet been released to PyPI. To directly pip install from that repo:\r\n\r\n#### If you use the command `python` on your computer to invoke Python (Windows):\r\n\r\n```bash\r\npython -m pip install --upgrade https://github.com/PySimpleGUI/psgresizer/zipball/main\r\n```\r\n\r\n#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):\r\n\r\n```bash\r\npython3 -m pip install --upgrade https://github.com/PySimpleGUI/psgresizer/zipball/main\r\n```\r\n\r\n\r\n\r\n## Usage\r\n\r\nOnce installed, launch psgresizer by typing the following in your command line:\r\n\r\n`psgresizer`\r\n\r\n\r\n\r\n## License & Copyright\r\n\r\nCopyright 2023-2024 PySimpleSoft, Inc. and/or its licensors.\r\n\r\nThis is a free-to-use \"Utility\" and is licensed under the\r\nPySimpleGUI License Agreement, a copy of which is included in the\r\nlicense.txt file and also available at https://pysimplegui.com/eula.\r\n\r\nPlease see Section 1.2 of the license regarding the use of this Utility,\r\nand see https://pysimplegui.com/faq for any questions.\r\n\r\n\r\n## Contributing\r\n\r\nWe are happy to receive issues describing bug reports and feature\r\nrequests! If your bug report relates to a security vulnerability,\r\nplease do not file a public issue, and please instead reach out to us\r\nat issues@PySimpleGUI.com.\r\n\r\nWe do not accept (and do not wish to receive) contributions of\r\nuser-created or third-party code, including patches, pull requests, or\r\ncode snippets incorporated into submitted issues. Please do not send\r\nus any such code! Bug reports and feature requests should not include\r\nany source code.\r\n\r\nIf you nonetheless submit any user-created or third-party code to us,\r\n(1) you assign to us all rights and title in or relating to the code;\r\nand (2) to the extent any such assignment is not fully effective, you\r\nhereby grant to us a royalty-free, perpetual, irrevocable, worldwide,\r\nunlimited, sublicensable, transferrable license under all intellectual\r\nproperty rights embodied therein or relating thereto, to exploit the\r\ncode in any manner we choose, including to incorporate the code into\r\nPySimpleGUI and to redistribute it under any terms at our discretion.\r\n",
    "bugtrack_url": null,
    "license": "Free To Use But Restricted",
    "summary": "PySimpleGUI  application / utility to resize your images and encode them to Bas64 format.",
    "version": "5.0.0",
    "project_urls": {
        "Homepage": "https://github.com/PySimpleGUI/psgresizer"
    },
    "split_keywords": [
        "gui",
        "ui",
        "pysimplegui",
        "tkinter",
        "psgresizer",
        "base64",
        "resize",
        "pil",
        "pillow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebb2522a9f69d11437677adc488b145db2cce04b9df5baa2110fd38e9c05ef77",
                "md5": "6bad5ceb3045fb4849b085d06ad6bcb2",
                "sha256": "8874068a0e4b7df54ff4e484986b3a0fc184ecfc2a0216a4417d40b32d47f796"
            },
            "downloads": -1,
            "filename": "psgresizer-5.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6bad5ceb3045fb4849b085d06ad6bcb2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 128068,
            "upload_time": "2024-02-26T13:48:40",
            "upload_time_iso_8601": "2024-02-26T13:48:40.893771Z",
            "url": "https://files.pythonhosted.org/packages/eb/b2/522a9f69d11437677adc488b145db2cce04b9df5baa2110fd38e9c05ef77/psgresizer-5.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7ec63d1640fe2beda9a360330dd492164aba72263b6a3c7cb209a72c364f2d5",
                "md5": "79dcd5bcb08e3c87e013b55c9513f0f0",
                "sha256": "a4b0b267064bb85092a40104d4587f1906a63039221d73c574ead8192f7f8e29"
            },
            "downloads": -1,
            "filename": "psgresizer-5.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "79dcd5bcb08e3c87e013b55c9513f0f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 129690,
            "upload_time": "2024-02-26T13:48:42",
            "upload_time_iso_8601": "2024-02-26T13:48:42.154758Z",
            "url": "https://files.pythonhosted.org/packages/c7/ec/63d1640fe2beda9a360330dd492164aba72263b6a3c7cb209a72c364f2d5/psgresizer-5.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-26 13:48:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PySimpleGUI",
    "github_project": "psgresizer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "psgresizer"
}
        
Elapsed time: 0.20122s