{"id":28516570,"url":"https://github.com/shinbatsu/nonogram-solver","last_synced_at":"2025-10-16T04:19:44.487Z","repository":{"id":295293936,"uuid":"989693124","full_name":"Shinbatsu/Nonogram-Solver","owner":"Shinbatsu","description":"Multisize Nonogram Solver","archived":false,"fork":false,"pushed_at":"2025-05-24T20:36:00.000Z","size":215,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-05T20:38:05.457Z","etag":null,"topics":["backtracking-algorithm","nonograms","optimization"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shinbatsu.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,"zenodo":null}},"created_at":"2025-05-24T16:20:34.000Z","updated_at":"2025-06-15T09:36:28.000Z","dependencies_parsed_at":"2025-05-24T18:36:17.526Z","dependency_job_id":"be5171b3-8c8e-42eb-8ac0-65f43bfdf21f","html_url":"https://github.com/Shinbatsu/Nonogram-Solver","commit_stats":null,"previous_names":["shinbatsu/nonogram-solver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shinbatsu/Nonogram-Solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinbatsu%2FNonogram-Solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinbatsu%2FNonogram-Solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinbatsu%2FNonogram-Solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinbatsu%2FNonogram-Solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shinbatsu","download_url":"https://codeload.github.com/Shinbatsu/Nonogram-Solver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinbatsu%2FNonogram-Solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279152695,"owners_count":26115128,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"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":["backtracking-algorithm","nonograms","optimization"],"created_at":"2025-06-09T04:12:09.156Z","updated_at":"2025-10-16T04:19:44.417Z","avatar_url":"https://github.com/Shinbatsu.png","language":"Python","readme":"# Nonogram solver\n\n### What's Nonogram?\n\nNonograms, also known as Picross, Griddlers, or Japanese crosswords, are logic puzzles in which cells in a grid must be colored or left blank according to numbers given at the side of the grid. These numbers indicate how many unbroken lines of filled-in squares there are in any given row or column. When completed correctly, the puzzle reveals a hidden picture.\n\nExample:\nFor instance, a clue 3 1 for a row means:\n\n```\nThere are 3 consecutive filled cells,\nFollowed by at least one blank cell,\nThen 1 filled cell.\n```\n\n\nNonograms require deductive reasoning and pattern recognition to solve and can vary in complexity from small 5×5 grids to large, intricate puzzles.\n\n\nHere is an example of nonogram crossword:\n\n![nonogram](assets/nonogram.png)\n\n### About repo\n\nThis repository contains a Multisize Nonogram Solver, a tool designed to automatically solve nonogram puzzles using algorithmic techniques.\n\n### Usage\n\n```bash\ngit clone https://github.com/yourusername/nonogram-solver.git\ncd nonogram-solver\n```\n\nAfter clonning, you should open main.py file and put your crossword clues according to this signature as argument of solve(clues...):\n\n```python\nclues = (tuple((column_clues,) for column_clues in column),\n         tuple((row_clues,) for row_clues in row))\n```\n\nThen run the file:\n\n```bash\npython main.py\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinbatsu%2Fnonogram-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinbatsu%2Fnonogram-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinbatsu%2Fnonogram-solver/lists"}