{"id":16317077,"url":"https://github.com/simatwa/qrcode-maker","last_synced_at":"2026-05-18T03:04:52.170Z","repository":{"id":210995747,"uuid":"727941919","full_name":"Simatwa/qrcode-maker","owner":"Simatwa","description":"Simple qrcode maker Flask API","archived":false,"fork":false,"pushed_at":"2023-12-29T14:27:23.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T04:37:04.685Z","etag":null,"topics":["flask","flask-api","qrcode-maker"],"latest_commit_sha":null,"homepage":"https://qrcode.pythonanywhere.com","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/Simatwa.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":"2023-12-05T22:27:37.000Z","updated_at":"2024-08-12T20:33:05.000Z","dependencies_parsed_at":"2024-10-23T06:01:31.104Z","dependency_job_id":null,"html_url":"https://github.com/Simatwa/qrcode-maker","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"5004afc2eab851f680e6b2195ef36ada3564fd8d"},"previous_names":["simatwa/qrcode-maker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Simatwa/qrcode-maker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simatwa%2Fqrcode-maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simatwa%2Fqrcode-maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simatwa%2Fqrcode-maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simatwa%2Fqrcode-maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Simatwa","download_url":"https://codeload.github.com/Simatwa/qrcode-maker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simatwa%2Fqrcode-maker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278266901,"owners_count":25958733,"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-04T02:00:05.491Z","response_time":63,"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":["flask","flask-api","qrcode-maker"],"created_at":"2024-10-10T22:06:40.631Z","updated_at":"2025-10-04T04:37:08.224Z","avatar_url":"https://github.com/Simatwa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"assets/logo.png\" height=\"120px\"width=\"120px\"\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n\n\u003ch1 align=\"center\"\u003eQRCode-maker\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"LICENSE\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?logo=MIT\u0026color=Blue\u0026message=MIT\u0026label=License\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://wakatime.com/badge/github/Simatwa/qrcode-maker\"\u003e\u003cimg src=\"https://wakatime.com/badge/github/Simatwa/qrcode-maker.svg\" alt=\"wakatime\"\u003e\u003c/a\u003e\n\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=Development\u0026message=Alpha\u0026color=Orange\u0026logo=progress\" alt=\"Progress\"/\u003e\u003c/a\u003e\n\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=Code Style\u0026message=Black\u0026color=black\u0026logo=Black\" alt=\"Code-style\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Generate [QR-code](https://en.wikipedia.org/wiki/QR_code) for whatever text in [.png](https://en.wikipedia.org/wiki/PNG) format.\n\n## Installation\n\nYou need to have [Python\u003e=3.9](python.org) installed.\n\n```\ngit clone https://github.com/Simatwa/qrcode-maker.git\ncd qrcode-maker\npip install -r requirements.txt\n```\n\n## Usage\nFire up the server:\n\n- `python -m flask run -p 8000`\n\nThe v1 endpoint will be available at `http://localhost:8000/v1`\n\n### Parameters \n\n- `data` - The text : ()\n- `fit` - Ensures data fit more efficiently - `Boolean` *data type* : true\n- `version` - QR code version  - *number of modules/dots*. : (1)\n- `box_size` - Size of each box : (10)\n- `border` - Number of modules/dots around QR Code. : (5)\n- `fill_color` - Self explanatory : (black)\n- `back_color` - background color : (white)\n\n## Conclusion\n\nHave some fun with the api available [here](https://qrcode.pythonanywhere.com/v1?data=hello)\n\nKick off with this https://qrcode.pythonanywhere.com/v1?data=hello%20world\u0026back_color=yellow\u0026box_size=15\u0026fill_color=blue\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimatwa%2Fqrcode-maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimatwa%2Fqrcode-maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimatwa%2Fqrcode-maker/lists"}