{ "info": { "author": "alimiracle", "author_email": "alimiracle@riseup.net", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "screen_search is small python library use to Searchs for an image on the screen\n# install:\nto install the library\ntype in your Terminal\n``` bash\npip install screen_search\n```\n## requirements\nscreen_search supports Python 2 and 3.\nIf you are installing screen_search from PyPI using pip:\nWindows has no dependencies.\nThe Win32 extensions do not need to be installed.\nOS X needs the pyobjc-core and pyobjc module installed (in that order).\nLinux needs the python3-xlib (or python-xlib for Python 2) module installed.\nPillow needs to be installed, and on Linux you may need to install additional libraries to make sure Pillow's PNG/JPEG works correctly.\n## Example\nthis is simple example of looking for a picture on the screen and moving the pointer to it.\n\n``` python\nfrom screen_search import *\n\n# Search for the github logo on the whole screen\n# note that the search only works on your primary screen.\nsearch = Search(\"github.png\")\n\n\npos = search.imagesearch()\n\nif pos[0] != -1:\n print(\"position : \", pos[0], pos[1])\n pyautogui.moveTo(pos[0], pos[1])\nelse:\n print(\"image not found\")\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://notabug.org/alimiracle/screen_search", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "screen-search", "package_url": "https://pypi.org/project/screen-search/", "platform": "", "project_url": "https://pypi.org/project/screen-search/", "project_urls": { "Homepage": "https://notabug.org/alimiracle/screen_search" }, "release_url": "https://pypi.org/project/screen-search/1.0/", "requires_dist": [ "opencv-python", "pyautogui", "numpy", "pyobjc-core ; platform_system == \"Darwin\"", "pyobjc ; platform_system == \"Darwin\"", "Xlib ; platform_system == \"Linux\" and python_version < \"3.0\"", "python3-Xlib ; platform_system == \"Linux\" and python_version >= \"3.0\"" ], "requires_python": "", "summary": "A small python library use to Searchs for an image on the screen", "version": "1.0" }, "last_serial": 5971034, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "11a225c53df5bb94240192d1e6d4c7c5", "sha256": "8b02ea971b68aab1b656d3ca37378068f27dd789cc058a9260212ee19384a098" }, "downloads": -1, "filename": "screen_search-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "11a225c53df5bb94240192d1e6d4c7c5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15529, "upload_time": "2019-10-14T11:26:40", "url": "https://files.pythonhosted.org/packages/d1/2b/bb3f7e469d072193f4661e06d1e1be1f19c8202d53d929686ccdbac945e1/screen_search-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3b1cacc87562a351ab0ed66f7422867c", "sha256": "1c454cb22a769889c02012d7969eb9444e1e8eaf6fe8cc9462531cee35fc239e" }, "downloads": -1, "filename": "screen_search-1.0.tar.gz", "has_sig": false, "md5_digest": "3b1cacc87562a351ab0ed66f7422867c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15537, "upload_time": "2019-10-14T11:26:43", "url": "https://files.pythonhosted.org/packages/43/11/57216111b643fee81c17ba3cf98bca732db85383fe70fdf6c39c2bcf67ab/screen_search-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "11a225c53df5bb94240192d1e6d4c7c5", "sha256": "8b02ea971b68aab1b656d3ca37378068f27dd789cc058a9260212ee19384a098" }, "downloads": -1, "filename": "screen_search-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "11a225c53df5bb94240192d1e6d4c7c5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15529, "upload_time": "2019-10-14T11:26:40", "url": "https://files.pythonhosted.org/packages/d1/2b/bb3f7e469d072193f4661e06d1e1be1f19c8202d53d929686ccdbac945e1/screen_search-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3b1cacc87562a351ab0ed66f7422867c", "sha256": "1c454cb22a769889c02012d7969eb9444e1e8eaf6fe8cc9462531cee35fc239e" }, "downloads": -1, "filename": "screen_search-1.0.tar.gz", "has_sig": false, "md5_digest": "3b1cacc87562a351ab0ed66f7422867c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15537, "upload_time": "2019-10-14T11:26:43", "url": "https://files.pythonhosted.org/packages/43/11/57216111b643fee81c17ba3cf98bca732db85383fe70fdf6c39c2bcf67ab/screen_search-1.0.tar.gz" } ] }