# tk-image-cropper
A simple program that uses a Tkinter GUI to display and visually crop an image to the desired width and height. Simply call
```
image_cropper.run_image_cropper(img_path: pathlib.Path, desired_width: int, desired_height: int, out: pathlib.Path)
```
to crop the image at `img_path` to (`desired_width`, `desired_height`) and write the resulting output file to `out`.
Raw data
{
"_id": null,
"home_page": "https://github.com/Stefan4472/Stefans-Blog",
"name": "tk-image-cropper",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "tkinter,image,cropping",
"author": "Stefan Kussmaul",
"author_email": "stefan@stefanonsoftware.com",
"download_url": "",
"platform": null,
"description": "# tk-image-cropper\r\n\r\nA simple program that uses a Tkinter GUI to display and visually crop an image to the desired width and height. Simply call\r\n```\r\nimage_cropper.run_image_cropper(img_path: pathlib.Path, desired_width: int, desired_height: int, out: pathlib.Path)\r\n```\r\n\r\nto crop the image at `img_path` to (`desired_width`, `desired_height`) and write the resulting output file to `out`.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple program that uses a Tkinter GUI to crop an image to specified dimensions.",
"version": "0.1.0",
"split_keywords": [
"tkinter",
"image",
"cropping"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ae1bfdf03d5b7d6bd3481e0feed7601f94d8beff7ea2fba10f56cc64b5ed3c97",
"md5": "3d9e51349fd5090bbfcff87f264ac75b",
"sha256": "2566886b1ea5998653287ae731f99edf105ed37303f17c297d12c7ecb79b1ea7"
},
"downloads": -1,
"filename": "tk_image_cropper-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3d9e51349fd5090bbfcff87f264ac75b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5489,
"upload_time": "2023-01-15T18:11:49",
"upload_time_iso_8601": "2023-01-15T18:11:49.099926Z",
"url": "https://files.pythonhosted.org/packages/ae/1b/fdf03d5b7d6bd3481e0feed7601f94d8beff7ea2fba10f56cc64b5ed3c97/tk_image_cropper-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-15 18:11:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "Stefan4472",
"github_project": "Stefans-Blog",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "tk-image-cropper"
}