{"id":26288738,"url":"https://github.com/edd-ie/computervision_bot","last_synced_at":"2026-05-22T05:05:42.666Z","repository":{"id":213429123,"uuid":"733748073","full_name":"edd-ie/ComputerVision_bot","owner":"edd-ie","description":"A simple computer vision game bot","archived":false,"fork":false,"pushed_at":"2024-07-09T04:03:04.000Z","size":409,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-07-09T07:01:18.456Z","etag":null,"topics":["computer-vision","gamebot","opencv","python","wingui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edd-ie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-20T03:14:51.000Z","updated_at":"2024-07-09T04:03:07.000Z","dependencies_parsed_at":"2023-12-29T22:32:28.153Z","dependency_job_id":"92fba4a9-2fe3-4034-bc5a-877f73f84fed","html_url":"https://github.com/edd-ie/ComputerVision_bot","commit_stats":null,"previous_names":["edd-ie/computervision_bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edd-ie%2FComputerVision_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edd-ie%2FComputerVision_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edd-ie%2FComputerVision_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edd-ie%2FComputerVision_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edd-ie","download_url":"https://codeload.github.com/edd-ie/ComputerVision_bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652691,"owners_count":20325611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","gamebot","opencv","python","wingui"],"created_at":"2025-03-14T22:14:38.741Z","updated_at":"2026-05-22T05:05:42.618Z","avatar_url":"https://github.com/edd-ie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# [PyBot](https://github.com/edd-ie/ComputerVision_bot)\r\n\r\nSimple python image matching application\r\n\r\n## Table of Contents\r\n\r\n1. [Getting started](#Getting-started)\r\n2. [Usage](#Usage)\r\n4. [Contributors](#contributors)\r\n5. [Licenses](#license)\r\n6. [Resources](#sources)\r\n\r\n## \u003ca id=\"Getting-started\"\u003eGetting started\u003c/a\u003e\r\n### Cloning\r\n\r\n**Clone** the project files to your local repository:\r\n\r\n- HTTPS =\u003e `https://github.com/ComputerVision_bot.git`\r\n- SSH =\u003e `git@github.com:edd-ie/ComputerVision_bot.git`\r\n- Git CLI =\u003e `gh repo clone edd-ie/ComputerVision_bot`\r\n\r\nOpen the terminal and Navigate to the clone project folder:\r\n\r\nRun: \r\n```bash\r\npip install -r requirements.txt\r\n```\r\n\r\n## \u003ca id=\"Usage\"\u003eUsage\u003c/a\u003e\r\n\r\nNavigate to ```Test.py``` file\r\n\r\nComment out line 18 i.e \r\n```shot.findPos('Images/hazard.jpg', \"rectangle\", 0.85, method='win')  # pygui, pil, win```\r\n\r\nRun in the terminal :\r\n```bash\r\npython Test.py\r\n```\r\n\r\nThis will print the list of windows and their addresses currently open in your pc.\r\n\r\nCopy the window name you want to observe and paste in line 17 ```shot.__int__('here')```\r\n\r\nFrom the selected window take a screenshot of the thing you want to locate and save it in the Images folder of the project.\r\n\r\nUncomment out line 18\r\n\r\nPaste the image name in ```shot.findPos('Images/here.jpg'...```\r\n\r\nRun: \r\n```bash\r\npython Test.py\r\n```\r\n\r\n\r\n## \u003ca id=\"contributors\"\u003eContributors\u003c/a\u003e\r\n\r\nThis project was created by : [Edd.ie](https://github.com/edd-ie)\r\n\r\n## \u003ca id=\"license\"\u003eLicenses\u003c/a\u003e\r\n\r\nThe project is licensed under the [BSD 3-Clause \"New\" or \"Revised\" License](https://github.com/highlightjs/highlight.js/blob/main/LICENSE), thus redistribution and use in source and binary forms are permitted provided that the conditions are met\r\n\r\n## \u003ca id=\"sources\"\u003eResources\u003c/a\u003e\r\n\r\nThis application uses knowledge applied from [OpenCV Object detection in games](https://www.youtube.com/playlist?list=PL1m2M8LQlzfKtkKq2lK5xko4X-8EZzFPI) YouTube playlist\r\n\r\n[OpenCV](https://docs.opencv.org/4.9.0/) - Computer vision library\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedd-ie%2Fcomputervision_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedd-ie%2Fcomputervision_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedd-ie%2Fcomputervision_bot/lists"}