{"id":20614475,"url":"https://github.com/adityasworks/websudoku-solver","last_synced_at":"2026-05-14T23:03:36.091Z","repository":{"id":247933002,"uuid":"827269310","full_name":"AdityasWorks/WebSudoku-Solver","owner":"AdityasWorks","description":"This Python script automates solving Sudoku puzzles from websudoku.com using browser automation with Selenium and data extraction with BeautifulSoup.","archived":false,"fork":false,"pushed_at":"2024-07-13T15:37:52.000Z","size":858,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-09T01:34:08.659Z","etag":null,"topics":["automation","beautifulsoup","python","selenium","sudoku","sudoku-solver","web-scraping","webscraping"],"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/AdityasWorks.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":"2024-07-11T10:17:33.000Z","updated_at":"2025-08-10T06:50:53.000Z","dependencies_parsed_at":"2024-07-13T16:49:27.024Z","dependency_job_id":"06ad48fc-cc63-4b9d-b5d6-4a6f9d99ddef","html_url":"https://github.com/AdityasWorks/WebSudoku-Solver","commit_stats":null,"previous_names":["adityasworks/websudoku-solver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdityasWorks/WebSudoku-Solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityasWorks%2FWebSudoku-Solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityasWorks%2FWebSudoku-Solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityasWorks%2FWebSudoku-Solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityasWorks%2FWebSudoku-Solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdityasWorks","download_url":"https://codeload.github.com/AdityasWorks/WebSudoku-Solver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityasWorks%2FWebSudoku-Solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33046775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["automation","beautifulsoup","python","selenium","sudoku","sudoku-solver","web-scraping","webscraping"],"created_at":"2024-11-16T11:12:51.742Z","updated_at":"2026-05-14T23:03:36.027Z","avatar_url":"https://github.com/AdityasWorks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebSudoku Solver\n\nThis Python script automates solving Sudoku puzzles from [WebSudoku](https://www.websudoku.com/) using browser automation with Selenium and data extraction with BeautifulSoup.\n\n## Demo\n\n[![Solver](https://github.com/AdityasWorks/WebSudoku-Solver/blob/main/demo/Websudoku%20Demo.mp4)](https://github.com/AdityasWorks/WebSudoku-Solver/assets/111555593/30bca1a3-5304-46af-9957-167d77b8d5bc\n)\n\n## Features\n\n- **Automated Sudoku Solving:** Solves Sudoku puzzles from WebSudoku based on user-provided difficulty level and puzzle ID.\n- **Browser Automation:** Utilizes Selenium to interact with WebSudoku, selecting difficulty levels, inputting puzzle IDs, and extracting puzzle grid values.\n- **Backtracking Algorithm:** Implements a backtracking algorithm to solve the Sudoku puzzles retrieved from WebSudoku.\n- **Numpy Integration:** Uses Numpy for efficient matrix operations, handling the puzzle grid as a 2D array.\n\n## Requirements\n\nEnsure you have Python 3.x installed along with the following Python libraries (installable via `pip`):\n\n- numpy\n- beautifulsoup4\n- selenium\n\nYou can install these dependencies using the provided `requirements.txt` file:\n\n## Usage\n\n1. **Clone the Repository:**\n\n   ```bash\n   \n   git clone https://github.com/your-username/websudoku-solver.git\n   cd websudoku-solver\n   \n   \n2. **Install Dependencies:**\n\n   ```bash\n   \n   pip install -r requirements.txt\n\n3. **Run the Script:**\n\n   ```bash\n   \n   python solver.py\n   \n    ```\n   1. Follow the on-screen prompts to enter the difficulty level (`Easy`, `Medium`, `Hard`, `Evil`) and the Sudoku puzzle number.\n\n5. **View Results:**\n\n   After running the script go back to your sudoku and select the first cell. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityasworks%2Fwebsudoku-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityasworks%2Fwebsudoku-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityasworks%2Fwebsudoku-solver/lists"}