photo-copier


Namephoto-copier JSON
Version 1.0.5 PyPI version JSON
download
home_pageNone
SummarySelect an copy your photos
upload_time2025-10-25 18:13:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords photo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# photo-copier

Transfer your pictures easily !
Work only for __`Windows`__

You need the `PIL` module :

If you have `pip` in your path :

```sh
pip install pillow
```

or

```sh
PATH_TO_PIP install pillow
```

## Create an executable

With the executable, the start of the program is slower :(

If you want to create an executable, you need to have `PyInstaller` installed

If you have `pip` in your path :

```sh
pip install pyinstaller
```

or

```sh
PATH_TO_PIP install pyinstaller
```

Then you need to execute `pyinstaller` :

You need to be in the folder of the program

If you have `pyinstaller` in your path

```sh
pyinstaller .\main.spec
```

or

```sh
py -m PyInstaller .\main.spec
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "photo-copier",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "photo",
    "author": null,
    "author_email": "n4n5 <its.just.n4n5@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/89/b9/51d434605b06e7183829988ef4e5f284a7f018b2d1710f09a18787597e9d/photo_copier-1.0.5.tar.gz",
    "platform": null,
    "description": "\n# photo-copier\n\nTransfer your pictures easily !\nWork only for __`Windows`__\n\nYou need the `PIL` module :\n\nIf you have `pip` in your path :\n\n```sh\npip install pillow\n```\n\nor\n\n```sh\nPATH_TO_PIP install pillow\n```\n\n## Create an executable\n\nWith the executable, the start of the program is slower :(\n\nIf you want to create an executable, you need to have `PyInstaller` installed\n\nIf you have `pip` in your path :\n\n```sh\npip install pyinstaller\n```\n\nor\n\n```sh\nPATH_TO_PIP install pyinstaller\n```\n\nThen you need to execute `pyinstaller` :\n\nYou need to be in the folder of the program\n\nIf you have `pyinstaller` in your path\n\n```sh\npyinstaller .\\main.spec\n```\n\nor\n\n```sh\npy -m PyInstaller .\\main.spec\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Select an copy your photos",
    "version": "1.0.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/Its-Just-Nans/photo-copier/issues",
        "Homepage": "https://github.com/Its-Just-Nans/photo-copier"
    },
    "split_keywords": [
        "photo"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "861d051652c9bd0ad4b610e2c29011183d6a16bc73b34649ec4d512ec64d0dda",
                "md5": "712975ae0b39d6e24486ec4789fbe2d1",
                "sha256": "609cb5bab765281faef90e4ea80851a4caae5f8c733891e5eb9e26568ecea351"
            },
            "downloads": -1,
            "filename": "photo_copier-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "712975ae0b39d6e24486ec4789fbe2d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 27849,
            "upload_time": "2025-10-25T18:13:12",
            "upload_time_iso_8601": "2025-10-25T18:13:12.899958Z",
            "url": "https://files.pythonhosted.org/packages/86/1d/051652c9bd0ad4b610e2c29011183d6a16bc73b34649ec4d512ec64d0dda/photo_copier-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "89b951d434605b06e7183829988ef4e5f284a7f018b2d1710f09a18787597e9d",
                "md5": "2d6a60ce505fca8948aef9600a6dc7c4",
                "sha256": "5bc286450a0670e52e862aea8c9d11b3968324f563af51e0a4736e196478c7e3"
            },
            "downloads": -1,
            "filename": "photo_copier-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "2d6a60ce505fca8948aef9600a6dc7c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 28601,
            "upload_time": "2025-10-25T18:13:14",
            "upload_time_iso_8601": "2025-10-25T18:13:14.194113Z",
            "url": "https://files.pythonhosted.org/packages/89/b9/51d434605b06e7183829988ef4e5f284a7f018b2d1710f09a18787597e9d/photo_copier-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-25 18:13:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Its-Just-Nans",
    "github_project": "photo-copier",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "photo-copier"
}
        
Elapsed time: 1.86943s