sortrenamer


Namesortrenamer JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryCross-platform desktop GUI app, that renames/moves (sorts) images and other files, and finds and moves duplicates.
upload_time2024-07-07 15:31:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords exif rename move duplicates
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SortRenamer

## Tools:

- [X] Renames images by the date they were created (uses exif, if not, then the date issued by the operating system).
- [X] Renames files according to a given pattern.
- [X] Moves files by extension into folders (only within 1 file system; also, with any movement, files are renamed).
- [X] Moves images by creation date into year/month folders (images are also renamed).
- [X] Finds duplicate files and moves them all into 1 folder.

## Install

    pip install sortrenamer

## Run

    sortrenamer


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sortrenamer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "exif, rename, move, duplicates",
    "author": null,
    "author_email": "DrSugak <dr.sugak.dev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c3/20/ae23d02592fd5926eafe47f42ff95893c5189ee59f363340e30aa69e9012/sortrenamer-1.0.0.tar.gz",
    "platform": null,
    "description": "# SortRenamer\n\n## Tools:\n\n- [X] Renames images by the date they were created (uses exif, if not, then the date issued by the operating system).\n- [X] Renames files according to a given pattern.\n- [X] Moves files by extension into folders (only within 1 file system; also, with any movement, files are renamed).\n- [X] Moves images by creation date into year/month folders (images are also renamed).\n- [X] Finds duplicate files and moves them all into 1 folder.\n\n## Install\n\n    pip install sortrenamer\n\n## Run\n\n    sortrenamer\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Cross-platform desktop GUI app, that renames/moves (sorts) images and other files, and finds and moves duplicates.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/DrSugak/sortrenamer"
    },
    "split_keywords": [
        "exif",
        " rename",
        " move",
        " duplicates"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05b2cb5ee88da3b716c44736cd6dd9f994655d65571ecbb6c3220fd7ce198dae",
                "md5": "45168847e65610f0c6471cce814b2410",
                "sha256": "83508c48b9f17f68fdb77ef987681b624996c4b9f30e87a3379f7d090ae3446f"
            },
            "downloads": -1,
            "filename": "sortrenamer-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "45168847e65610f0c6471cce814b2410",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 22163,
            "upload_time": "2024-07-07T15:31:03",
            "upload_time_iso_8601": "2024-07-07T15:31:03.724959Z",
            "url": "https://files.pythonhosted.org/packages/05/b2/cb5ee88da3b716c44736cd6dd9f994655d65571ecbb6c3220fd7ce198dae/sortrenamer-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c320ae23d02592fd5926eafe47f42ff95893c5189ee59f363340e30aa69e9012",
                "md5": "7761ab42e2f10ff71da9850188f648a9",
                "sha256": "a1e23d0337a80a9525225aef8c9fa46c274f2117fc1d77f57470dfab53bdd555"
            },
            "downloads": -1,
            "filename": "sortrenamer-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7761ab42e2f10ff71da9850188f648a9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 22025,
            "upload_time": "2024-07-07T15:31:05",
            "upload_time_iso_8601": "2024-07-07T15:31:05.800012Z",
            "url": "https://files.pythonhosted.org/packages/c3/20/ae23d02592fd5926eafe47f42ff95893c5189ee59f363340e30aa69e9012/sortrenamer-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-07 15:31:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DrSugak",
    "github_project": "sortrenamer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sortrenamer"
}
        
Elapsed time: 0.36050s