{"id":43310170,"url":"https://github.com/delimitry/aztec_code_generator","last_synced_at":"2026-02-01T21:04:55.020Z","repository":{"id":146565032,"uuid":"64934754","full_name":"delimitry/aztec_code_generator","owner":"delimitry","description":"Aztec code generator in Python","archived":false,"fork":false,"pushed_at":"2024-09-16T14:20:36.000Z","size":25,"stargazers_count":19,"open_issues_count":2,"forks_count":20,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-09-17T17:04:59.566Z","etag":null,"topics":["aztec","aztec-code","python"],"latest_commit_sha":null,"homepage":null,"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/delimitry.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":"2016-08-04T12:57:30.000Z","updated_at":"2024-09-16T14:20:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"41e34521-74a0-44be-af33-0fe0b1c0626c","html_url":"https://github.com/delimitry/aztec_code_generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/delimitry/aztec_code_generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delimitry%2Faztec_code_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delimitry%2Faztec_code_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delimitry%2Faztec_code_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delimitry%2Faztec_code_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delimitry","download_url":"https://codeload.github.com/delimitry/aztec_code_generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delimitry%2Faztec_code_generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28990733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T20:57:35.821Z","status":"ssl_error","status_checked_at":"2026-02-01T20:57:29.580Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aztec","aztec-code","python"],"created_at":"2026-02-01T21:04:54.183Z","updated_at":"2026-02-01T21:04:55.014Z","avatar_url":"https://github.com/delimitry.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aztec Code generator\nAztec Code generator in Python\n\n\n## Dependencies:  \nPIL - Python Imaging Library (or Pillow)\n\n\n## Usage:\nThis code will generate an image file \"aztec_code.png\" with the Aztec Code that contains \"Aztec Code 2D :)\" text:\n```python\ndata = 'Aztec Code 2D :)'\naztec_code = AztecCode(data)\naztec_code.save('aztec_code.png', module_size=4)\n```\n\n![Aztec Code](https://1.bp.blogspot.com/-OZIo4dGwAM4/V7BaYoBaH2I/AAAAAAAAAwc/WBdTV6osTb4TxNf2f6v7bCfXM4EuO4OdwCLcB/s1600/aztec_code.png \"Aztec Code with data\")\n\nThe generator supports SVG images, but without the upper text. In this case the `module_size` parameter has no effect and can be ommited, as the SVG images are scalable without loss of quality:\n```python\naztec_code = AztecCode('the data to store')\naztec_code.save('aztec_code.svg')\n```\n\nThis code will print out resulting 19x19 (compact) Aztec Code to the standard output:\n```python\ndata = 'Aztec Code 2D :)'\naztec_code = AztecCode(data)\naztec_code.print_out()\n```\n\n```\n      ##  # ## ####\n #   ## #####  ### \n #  ##  # #   # ###\n## #  #    ## ##   \n    ## # #    # #  \n## ############ # #\n ### #       ###  #\n##   # ##### # ## #\n #   # #   # ##    \n # # # # # # ###   \n    ## #   # ## ## \n#### # ##### ## #  \n  # ##       ## ## \n ##  ########### # \n  ##    # ##   ## #\n     ## # ### #  ##\n      ############ \n##   #     # ##   #\n##  #    ## ###   #\n```\n\n## License:\nReleased under [The MIT License](https://github.com/delimitry/aztec_code_generator/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelimitry%2Faztec_code_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelimitry%2Faztec_code_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelimitry%2Faztec_code_generator/lists"}