{"id":29198077,"url":"https://github.com/scriptprivate/zogram","last_synced_at":"2025-07-02T08:40:55.429Z","repository":{"id":302172810,"uuid":"1011504213","full_name":"scriptprivate/zogram","owner":"scriptprivate","description":"A command-line Nonogram (Picross) puzzle solver powered by the Z3 SMT engine.","archived":false,"fork":false,"pushed_at":"2025-06-30T23:50:18.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T00:37:19.707Z","etag":null,"topics":[],"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/scriptprivate.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,"zenodo":null}},"created_at":"2025-06-30T23:37:23.000Z","updated_at":"2025-06-30T23:51:28.000Z","dependencies_parsed_at":"2025-07-01T00:37:22.192Z","dependency_job_id":"19ed979b-d2d6-4ec7-9bcb-c964429a478b","html_url":"https://github.com/scriptprivate/zogram","commit_stats":null,"previous_names":["scriptprivate/zogram"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scriptprivate/zogram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptprivate%2Fzogram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptprivate%2Fzogram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptprivate%2Fzogram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptprivate%2Fzogram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scriptprivate","download_url":"https://codeload.github.com/scriptprivate/zogram/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptprivate%2Fzogram/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263105996,"owners_count":23414766,"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":[],"created_at":"2025-07-02T08:40:54.709Z","updated_at":"2025-07-02T08:40:55.401Z","avatar_url":"https://github.com/scriptprivate.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\nFILE: README.MD\nDESC: Instructions for zogram.py\n\n# ===================\n# 1. PREREQUISITES\n# ===================\n# - Python 3.x\n\n# ===================\n# 2. SETUP\n# ===================\n\n$ python3 -m venv venv\n$ source venv/bin/activate\n(venv) $ pip install z3-solver numpy Pillow\n\n# ===================\n# 3. EXECUTION\n# ===================\n\n(venv) $ python zogram.py\n\n# --- EXPECTED OUTPUT (TERMINAL) ---\n# [/] Solution found!\n# [/] Image saved as checkmark.png\n# [/] The solution is UNIQUE.\n# ------------------------------------\n\n# A file `checkmark.png` is created.\n# An image window opens.\n\n\n# ===================\n# 4. CUSTOM PUZZLE\n# ===================\n\n# 1. Edit `if __name__ == '__main__':` block in `zogram.py`.\n\n# --- BEFORE ---\n#     rows = [\n#         [], [4], [6], [2, 2], [2, 2],\n#         [6], [4], [2], [2], [2], []\n#     ]\n#     cols = [\n#         [], [9], [9], [2, 2], [2, 2],\n#         [4], [4], []\n#     ]\n#     solve_nonogram(rows, cols, \"checkmark.png\", scale=30)\n# ----------------\n\n# --- AFTER (EXAMPLE) ---\n#     rows = [[1, 1], [3], [1, 1]]\n#     cols = [[1, 1], [3], [1, 1]]\n#     solve_nonogram(rows, cols, \"x_puzzle.png\", scale=40)\n# -----------------------\n\n# 2. Save the file and re-run the execution command.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptprivate%2Fzogram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscriptprivate%2Fzogram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptprivate%2Fzogram/lists"}