{"id":19258832,"url":"https://github.com/lucascompython/sudoku","last_synced_at":"2025-06-27T02:34:35.034Z","repository":{"id":229065247,"uuid":"775672594","full_name":"lucascompython/sudoku","owner":"lucascompython","description":"Sudoku Solver for sudoku.com","archived":false,"fork":false,"pushed_at":"2024-03-22T23:34:00.000Z","size":10979,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-05T09:28:13.098Z","etag":null,"topics":["ocr","sudoku","sudoku-solver"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucascompython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-03-21T20:31:37.000Z","updated_at":"2024-03-21T23:03:14.000Z","dependencies_parsed_at":"2025-01-05T09:37:01.231Z","dependency_job_id":null,"html_url":"https://github.com/lucascompython/sudoku","commit_stats":null,"previous_names":["lucascompython/sudoku"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fsudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fsudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fsudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fsudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucascompython","download_url":"https://codeload.github.com/lucascompython/sudoku/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240356189,"owners_count":19788512,"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":["ocr","sudoku","sudoku-solver"],"created_at":"2024-11-09T19:14:31.797Z","updated_at":"2025-02-23T18:16:45.766Z","avatar_url":"https://github.com/lucascompython.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sudoku Solver for [sudoku.com](https://sudoku.com)\n\n## Demo\n\nhttps://github.com/lucascompython/sudoku/assets/77930083/b4e65368-754c-40fc-a2dd-c6a430e421e1\n\n## How does it work?\n\n1. Take a screenshot of the sudoku board\n2. Find the sudoku board in the screenshot\n3. Extract the numbers from the board\n4. Solve the sudoku\n5. Type the solution into the board\n\n## Build\n\n```bash\ngit clone https://github.com/lucascompython/sudoku\ncd sudoku\n\n# Install uv https://github.com/astral-sh/uv\n\n# Create and activate a virtual environment\nuv venv\n\nsource .venv/bin/activate\n# Or\n.\\.venv\\Scripts\\Activate.ps1\n\n# Install dependencies\nuv pip sync requirements.txt\n\n# Run\n./develop.sh\n# Or\n./develop.ps1\n\n# Adjust the screen capture area if needed\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucascompython%2Fsudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucascompython%2Fsudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucascompython%2Fsudoku/lists"}