{"id":16952816,"url":"https://github.com/nunogois/qrscannerpy","last_synced_at":"2026-05-19T19:38:23.252Z","repository":{"id":137407546,"uuid":"337166830","full_name":"nunogois/qrscannerpy","owner":"nunogois","description":"QR code scanner built in Python using PIL and pyzbar-x","archived":false,"fork":false,"pushed_at":"2021-02-08T21:38:45.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-26T07:28:31.058Z","etag":null,"topics":["image","json","pillow","python","python3","pyzbar","qrcode","qrcode-reader","qrcode-scanner"],"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/nunogois.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":"2021-02-08T18:13:26.000Z","updated_at":"2022-09-06T19:35:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3b066b9-b909-4893-a455-020c1eb0723b","html_url":"https://github.com/nunogois/qrscannerpy","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"5a84af93c43a8c15aab6fe1851b8dc2110687b9d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunogois%2Fqrscannerpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunogois%2Fqrscannerpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunogois%2Fqrscannerpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunogois%2Fqrscannerpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nunogois","download_url":"https://codeload.github.com/nunogois/qrscannerpy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244787017,"owners_count":20510041,"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":["image","json","pillow","python","python3","pyzbar","qrcode","qrcode-reader","qrcode-scanner"],"created_at":"2024-10-13T22:04:39.396Z","updated_at":"2026-05-19T19:38:18.219Z","avatar_url":"https://github.com/nunogois.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qrscannerpy\nQR code scanner built in Python using PIL and pyzbar-x\n\nQR codes are scanned from a single image file or from a directory with multiple image files.\n\n### Run it with parameters:\n - Scan QR codes in file: `py qrscannerpy.py path\\to\\file.png`\n\n - Scan QR codes in directory: `py qrscannerpy.py path\\to\\dir`\n\n - Scan QR codes in directory and output to mycodes.json: `py qrscannerpy.py path\\to\\dir mycodes.json`\n\n### Or set advanced options in config.json:\n\n```JavaScript\n{\n  \"outfile\": \"codes.json\",\n  \"path\": \"images\",\n  \"extensions\": [\n    \".png\",\n    \".tif\",\n    \".tiff\",\n    \".jpg\"\n  ],\n  \"logfile\": \"logs.log\",\n  \"loglevel\": \"info\",\n  \"logformat\": \"%(asctime)s | %(levelname)s | %(message)s\"\n}\n```\n\n## Pillow\n\nhttps://pypi.org/project/Pillow/\n\n## pizbar-x\n\nhttps://pypi.org/project/pyzbar-x/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunogois%2Fqrscannerpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnunogois%2Fqrscannerpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunogois%2Fqrscannerpy/lists"}