{"id":22089656,"url":"https://github.com/nikithasheerka/quicksolve-sudoku","last_synced_at":"2026-04-16T04:01:34.940Z","repository":{"id":260007955,"uuid":"880038746","full_name":"NikithaSheerka/QuickSolve-Sudoku","owner":"NikithaSheerka","description":"An application designed to solve any valid sudoku puzzle configuration.","archived":false,"fork":false,"pushed_at":"2024-10-29T02:43:20.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T22:48:50.102Z","etag":null,"topics":["css","flask","html","javascript","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/NikithaSheerka.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-10-29T02:04:16.000Z","updated_at":"2024-10-29T05:16:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"752c2c17-1f3b-483c-b089-b732a9ccaf48","html_url":"https://github.com/NikithaSheerka/QuickSolve-Sudoku","commit_stats":null,"previous_names":["nikithasheerka/quicksolve-sudoku"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NikithaSheerka/QuickSolve-Sudoku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikithaSheerka%2FQuickSolve-Sudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikithaSheerka%2FQuickSolve-Sudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikithaSheerka%2FQuickSolve-Sudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikithaSheerka%2FQuickSolve-Sudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NikithaSheerka","download_url":"https://codeload.github.com/NikithaSheerka/QuickSolve-Sudoku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikithaSheerka%2FQuickSolve-Sudoku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["css","flask","html","javascript","python"],"created_at":"2024-12-01T02:13:43.886Z","updated_at":"2026-04-16T04:01:34.931Z","avatar_url":"https://github.com/NikithaSheerka.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickSolve Sudoku\r\n\r\nEver solved a sudoku puzzle. It's tricky right? Don't worry! With this app you can get any valid sudoku puzzle solved within seconds. Just enter the sudoku config and hit submit.\r\n\r\n**Live Preview** : https://sudoku-solving-application.herokuapp.com/\r\n\r\n## Project Structure\r\n\r\n```bash\r\n├── static\r\n│   ├── script.js\r\n│   ├── styles.css\r\n├── templates\r\n│   ├── index.html\r\n├── Main.py\r\n├── server.py\r\n├── .gitignore\r\n├── README.md\r\n```\r\n\r\n## Technologies used\r\n\r\n[\u003cimg align=\"left\" alt=\"React\" width=\"26px\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/python/python.png\" /\u003e](#)\r\n[\u003cimg align=\"left\" alt=\"React\" width=\"26px\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/flask/flask.png\" /\u003e](#)\r\n[\u003cimg align=\"left\" alt=\"React\" width=\"26px\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/html/html.png\" /\u003e](#)\r\n[\u003cimg align=\"left\" alt=\"React\" width=\"26px\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/css/css.png\" /\u003e](#)\r\n[\u003cimg align=\"left\" alt=\"React\" width=\"26px\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png\" /\u003e](#) \u003cbr/\u003e\r\n\r\n## Running the app locally\r\n\r\nYou will require the following python modules if you wish to run this app\r\n\r\n- click==7.1.2\r\n- Flask==1.1.2\r\n- gunicorn==20.1.0\r\n- itsdangerous==1.1.0\r\n- Jinja2==2.11.3\r\n- MarkupSafe==1.1.1\r\n- Werkzeug==1.0.1\r\n\r\nTo run the app, set uo a virtual environment, and install the modules mentioned in the requirements.txt using the following command:-\r\n\r\n```\r\npip install -r requirements.txt\r\n```\r\n\r\nOnce the modules are installed, simply run the command for windows :-\r\n\r\n```\r\npython server.py\r\n```\r\n\r\nFor mac and linux run the following command :-\r\n\r\n```\r\npython3 server.py\r\n```\r\n\r\nOnce the server is up-and-running, go to your browser, and visit http://localhost:3000 to use the app.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikithasheerka%2Fquicksolve-sudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikithasheerka%2Fquicksolve-sudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikithasheerka%2Fquicksolve-sudoku/lists"}