{"id":23072360,"url":"https://github.com/sanogotech/codebarre128python","last_synced_at":"2025-04-03T10:43:22.703Z","repository":{"id":91003700,"uuid":"401641981","full_name":"sanogotech/codebarre128python","owner":"sanogotech","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-31T10:15:57.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T00:17:24.658Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sanogotech.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":"2021-08-31T09:15:36.000Z","updated_at":"2021-08-31T10:16:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"749599d4-a77b-4d61-824f-067b70252c99","html_url":"https://github.com/sanogotech/codebarre128python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2Fcodebarre128python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2Fcodebarre128python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2Fcodebarre128python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2Fcodebarre128python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanogotech","download_url":"https://codeload.github.com/sanogotech/codebarre128python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989505,"owners_count":20865305,"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":"2024-12-16T07:19:37.143Z","updated_at":"2025-04-03T10:43:22.685Z","avatar_url":"https://github.com/sanogotech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codebarre128python\n\nThe Best Python Packages for Generating Barcodes\ntreepoem is the most feature-rich Python package for rendering barcodes as images.\n\nhttps://www.codeodis.com/content/24-polices-code-barre\nPolice Code Barre  en code barre ou par code python.\n\n## Install\n```\npip install treepoem\n```\nInstall ghostscript :  https://www.ghostscript.com/download/gsdnld.html\n\nPATH= C:\\Program Files\\gs\\gs9.54.0\\bin\n## CLI\n\n```\ntreepoem --type code128 --output code128.png PyBay2018\n\ntreepoem --type qrcode --output qr.gif  https://jonasneubert.com/talks/pybay2018.html  eclevel=Q\n\n```\n\n##  Code Sample\n\n```\nimport treepoem\n\nimg = treepoem.generate_barcode(\n    barcode_type='qrcode',\n    data='https://jonasneubert.com/talks/pybay2018.html',\n    options={\"eclevel\": \"Q\"}\n)\nimg.convert('1').save('qr.gif')\n\n\n```\n\n##  Code 128  example \n\n```\ntreepoem --type code128 --output code128.png PyBay2018\n```\n\n![Code 128](https://github.com/sanogotech/codebarre128python/blob/main/code128.png \"Code 128\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanogotech%2Fcodebarre128python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanogotech%2Fcodebarre128python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanogotech%2Fcodebarre128python/lists"}