{"id":17913522,"url":"https://github.com/pysimplegui/psgresizer","last_synced_at":"2025-07-05T00:04:15.172Z","repository":{"id":230910921,"uuid":"763540963","full_name":"PySimpleGUI/psgresizer","owner":"PySimpleGUI","description":"PySimpleGUI  application / utility to resize your images and encode them to Bas64 format.","archived":false,"fork":false,"pushed_at":"2024-04-01T13:51:14.000Z","size":112,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-03T15:07:08.891Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PySimpleGUI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-26T13:44:48.000Z","updated_at":"2025-02-21T22:27:36.000Z","dependencies_parsed_at":"2024-04-01T15:10:53.581Z","dependency_job_id":null,"html_url":"https://github.com/PySimpleGUI/psgresizer","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"f614c5400be50c00be50933c8093efbdc4c957c4"},"previous_names":["pysimplegui/psgresizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PySimpleGUI/psgresizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgresizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgresizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgresizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgresizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PySimpleGUI","download_url":"https://codeload.github.com/PySimpleGUI/psgresizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgresizer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263636782,"owners_count":23492302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T19:52:24.112Z","updated_at":"2025-07-05T00:04:15.152Z","avatar_url":"https://github.com/PySimpleGUI.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\u003cimg width=\"238\" height=\"135\" src=\"https://pysimplegui.net/images/logos/psglogofull.svg\"\u003e\u003cp\u003e\n\n  \u003ch2 align=\"center\"\u003epsgresizer\u003c/h2\u003e\n  \u003ch2 align=\"center\"\u003eA PySimpleGUI Application\u003c/h2\u003e\n\u003c/p\u003e\n\nResize \u0026 convert images between formats\n\nConvert images between formats, resize, and Base64 encode your images\nquickly and easily. Results can be pasted into your PySimpleGUI\nprogram directly, for easy distribution of your applications, without\nthe need for separate image files.\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"471\" height=\"341\" src=\"screenshot.jpg\"\u003e\u003cp\u003e\n\n\n\n\n\n\n\n\n\n\n\n## Features\n\n* Makes working with images using PySimpleGUI easier\n* Reads and writes images in a many formats\n* Places results directly on your clipboard\n* Base64 encodes images, to drop into your .py file, avoiding the need to ship separate image files\n\n## Installation\n\n### Using PIP with PyPI\n\nThe latest official release of PySimpleGUI products can be found on PyPI.  To pip install the demo applications from PyPI, use this command\n\n#### If you use the command `python` on your computer to invoke Python (Windows):\n\n`python -m pip install --upgrade psgresizer`\n\n#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):\n\n`python3 -m pip install --upgrade psgresizer`\n\n### Using PIP with GitHub\n\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:\n\n#### If you use the command `python` on your computer to invoke Python (Windows):\n\n```bash\npython -m pip install --upgrade https://github.com/PySimpleGUI/psgresizer/zipball/main\n```\n\n#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):\n\n```bash\npython3 -m pip install --upgrade https://github.com/PySimpleGUI/psgresizer/zipball/main\n```\n\n\n\n## Usage\n\nOnce installed, launch psgresizer by typing the following in your command line:\n\n`psgresizer`\n\n\n\n## License \u0026 Copyright\n\nCopyright 2023-2024 PySimpleSoft, Inc. and/or its licensors.\n\nThis is a free-to-use \"Utility\" and is licensed under the\nPySimpleGUI License Agreement, a copy of which is included in the\nlicense.txt file and also available at https://pysimplegui.com/eula.\n\nPlease see Section 1.2 of the license regarding the use of this Utility,\nand see https://pysimplegui.com/faq for any questions.\n\n\n## Contributing\n\nWe are happy to receive issues describing bug reports and feature\nrequests! If your bug report relates to a security vulnerability,\nplease do not file a public issue, and please instead reach out to us\nat issues@PySimpleGUI.com.\n\nWe do not accept (and do not wish to receive) contributions of\nuser-created or third-party code, including patches, pull requests, or\ncode snippets incorporated into submitted issues. Please do not send\nus any such code! Bug reports and feature requests should not include\nany source code.\n\nIf you nonetheless submit any user-created or third-party code to us,\n(1) you assign to us all rights and title in or relating to the code;\nand (2) to the extent any such assignment is not fully effective, you\nhereby grant to us a royalty-free, perpetual, irrevocable, worldwide,\nunlimited, sublicensable, transferrable license under all intellectual\nproperty rights embodied therein or relating thereto, to exploit the\ncode in any manner we choose, including to incorporate the code into\nPySimpleGUI and to redistribute it under any terms at our discretion.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpysimplegui%2Fpsgresizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpysimplegui%2Fpsgresizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpysimplegui%2Fpsgresizer/lists"}