{ "info": { "author": "Kunal Joshi", "author_email": "joshikunal16@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 3 :: Only" ], "description": "============\r\nSPOTLIGHTPY\r\n============\r\n**************************************\r\nA Windows X spotlight extraction tool.\r\n**************************************\r\nIntroduction \r\n************\r\nNow get a hold on the beautiful lock screen wallpapers displayed under the spotlight project for windows 10.Use this tool to either store the cached images in a folder you specify, or get their PIL.Image.Image object to transform them the way you like.\r\n\r\nInstallation\r\n******************\r\nInstall using \r\n\r\n pip install spotlightpy\r\n\r\nUsage\r\n******************\r\n\r\nWindows X operating system is must for executing this module.\r\nAll the methods reside in \"spotlight\" submodule of spotlightpy.Firstly, import spotlight \r\n\r\n >>> from spotlightpy import spotlight\r\n\r\nThe spotlight module has two methods.\r\n\r\n1. getimages : \r\n\r\n getimages(None) --: List(PIL.Image.Image)\r\n\r\n this method returns a list of PIL.Image.Image objects of the cached images with each object representing a spotlight image of resolution 1920*1080.\r\n \r\n >>> spotlight.getimages()\r\n [, , , ...]\r\n2. storeimages(destination_path = \"C:\\\\spotlight\")\r\n Store the spotlight images from your PC to the path specified by the argument.If no path is provided then a new folder at \"C:\\\\spotlight\" is constructed and images are stored there.If the given argument does not represent any existing folder then a new folder is created to stores images.If given string does not qualify as valid path for even a new folder or a file already exists with same absolute path, then \"ValueError\" will be raised.\r\n \r\n >>> spotlight.storeimages(\"C:\\\\MySpotlightImages\") \r\n\r\n\r\n\r\n ", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/joshikunal94/spotlightpy", "keywords": "spotlight Microsoft Windows10 HDImages", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "spotlightpy", "package_url": "https://pypi.org/project/spotlightpy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/spotlightpy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/joshikunal94/spotlightpy" }, "release_url": "https://pypi.org/project/spotlightpy/0.6/", "requires_dist": null, "requires_python": null, "summary": "Extract Images from Microsoft Spotlight Project(Windows X only)", "version": "0.6" }, "last_serial": 2805259, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "a4106745f8512c9a374a45648168292e", "sha256": "2dc9684c4476da39309a6f0df605702e2fd42be442649f11df82db7f6d35a03e" }, "downloads": -1, "filename": "spotlightpy-0.5.tar.gz", "has_sig": false, "md5_digest": "a4106745f8512c9a374a45648168292e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3476, "upload_time": "2017-04-15T06:54:26", "url": "https://files.pythonhosted.org/packages/05/bd/f9aa1a93d383f85667505aab6e39d5cd85c75df3d1fe77245e6161836df7/spotlightpy-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "951a68488fc40743335d21a8a373b0a5", "sha256": "54657cf0fbcbeeabe6a37af9d8347946d6ade2bffc113f32dc36d504da721f9a" }, "downloads": -1, "filename": "spotlightpy-0.6.tar.gz", "has_sig": false, "md5_digest": "951a68488fc40743335d21a8a373b0a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3480, "upload_time": "2017-04-15T06:55:12", "url": "https://files.pythonhosted.org/packages/bf/bd/973dafcc942a888e0ef833e91ec9e3973d6439e1dcbeba798ba3441c2aa2/spotlightpy-0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "951a68488fc40743335d21a8a373b0a5", "sha256": "54657cf0fbcbeeabe6a37af9d8347946d6ade2bffc113f32dc36d504da721f9a" }, "downloads": -1, "filename": "spotlightpy-0.6.tar.gz", "has_sig": false, "md5_digest": "951a68488fc40743335d21a8a373b0a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3480, "upload_time": "2017-04-15T06:55:12", "url": "https://files.pythonhosted.org/packages/bf/bd/973dafcc942a888e0ef833e91ec9e3973d6439e1dcbeba798ba3441c2aa2/spotlightpy-0.6.tar.gz" } ] }