{"id":45205403,"url":"https://github.com/putuwaw/qr-generator","last_synced_at":"2026-02-20T15:04:02.841Z","repository":{"id":189995569,"uuid":"675285185","full_name":"putuwaw/qr-generator","owner":"putuwaw","description":"QR Code Generator using FastAPI and Vercel","archived":false,"fork":false,"pushed_at":"2024-05-03T23:12:32.000Z","size":52,"stargazers_count":3,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-04T00:24:06.001Z","etag":null,"topics":["fastapi","qrcode","vercel"],"latest_commit_sha":null,"homepage":"https://qr-generator-putuwaw.vercel.app","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/putuwaw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-08-06T12:16:56.000Z","updated_at":"2024-05-04T00:24:09.683Z","dependencies_parsed_at":"2024-01-18T16:40:41.014Z","dependency_job_id":"eb7609bf-24c0-444e-b4c2-d190b130b7c5","html_url":"https://github.com/putuwaw/qr-generator","commit_stats":null,"previous_names":["putuwaw/qr-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/putuwaw/qr-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putuwaw%2Fqr-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putuwaw%2Fqr-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putuwaw%2Fqr-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putuwaw%2Fqr-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/putuwaw","download_url":"https://codeload.github.com/putuwaw/qr-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putuwaw%2Fqr-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29655026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["fastapi","qrcode","vercel"],"created_at":"2026-02-20T15:04:02.208Z","updated_at":"2026-02-20T15:04:02.836Z","avatar_url":"https://github.com/putuwaw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qr-generator\n\n![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge\u0026logo=fastapi)\n![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge\u0026logo=vercel\u0026logoColor=white)\n\nQR Generator is a simple, free, and open source QR code generator for your `README` file. With this app, you can generate a QR code directly from your `README` file. This app is build using [python-qrcode](https://github.com/lincolnloop/python-qrcode) with [FastAPI](https://fastapi.tiangolo.com/) and deployed on [Vercel](https://vercel.com/).\n\n## Features 💡\n\nUsing QR Generator, you can:\n\n- [x] Generate QR code with custom data.\n- [x] Costumize the QR code style, background color, and fill color.\n\n## Usage 👨‍💻\n\nCreate your own QR code by modifying the `DATA` and `STYLE` in the URL below. You also can change the background color and fill color by changing the `BG_COLOR` and `FILL_COLOR` respectively. Curently there are 2 styles available: `square` and `circle`.\n\n```url\nhttps://qr-generator-putuwaw.vercel.app/api?data=\u003cDATA\u003e\u0026style=\u003cSTYLE\u003ebg_color=\u003cBG_COLOR\u003e\u0026fill_color=\u003cFILL_COLOR\u003e\n```\n\n## Examples 🚀\n\nDefault style (transparent background and black fill color)\n\n```\n[![](https://qr-generator-putuwaw.vercel.app/api?data=https%3A%2F%2Fgithub.com%2Fputuwaw%2Fqr-generator\u0026style=square)](https://qr-generator-putuwaw.vercel.app/api?data=https%3A%2F%2Fgithub.com%2Fputuwaw%2Fqr-generator\u0026style=square)\n```\n\n[![](https://qr-generator-putuwaw.vercel.app/api?data=https%3A%2F%2Fgithub.com%2Fputuwaw%2Fqr-generator\u0026style=square)](https://qr-generator-putuwaw.vercel.app/api?data=https%3A%2F%2Fgithub.com%2Fputuwaw%2Fqr-generator\u0026style=square)\n\nCircle shape with blue background and white fill color\n\n```\n[![](https://qr-generator-putuwaw.vercel.app/api?data=https%3A%2F%2Fgithub.com%2Fputuwaw%2Fqr-generator\u0026style=circle\u0026bg_color=blue\u0026fill_color=white)](https://qr-generator-putuwaw.vercel.app/api?data=https%3A%2F%2Fgithub.com%2Fputuwaw%2Fqr-generator\u0026style=circle\u0026bg_color=blue\u0026fill_color=white)\n```\n\n[![](https://qr-generator-putuwaw.vercel.app/api?data=https%3A%2F%2Fgithub.com%2Fputuwaw%2Fqr-generator\u0026style=circle\u0026bg_color=blue\u0026fill_color=white)](https://qr-generator-putuwaw.vercel.app/api?data=https%3A%2F%2Fgithub.com%2Fputuwaw%2Fqr-generator\u0026style=circle\u0026bg_color=blue\u0026fill_color=white)\n\n\u003e [!NOTE]  \n\u003e If you don't like to change the URL manually, you can use the [QR Generator](https://qr-generator-putuwaw.vercel.app/) web app.\n\n## Prerequisites 📋\n\n- Python 3.9 or higher\n- Docker 24.0.4 or higher (optional)\n\n## Installation 🛠\n\n- Clone the repository:\n\n```bash\ngit clone https://github.com/putuwaw/qr-generator.git\n```\n\n- Create a virtual environment and activate it:\n\n```bash\npython3.9 -m venv venv\nsource venv/bin/activate\n```\n\n- Install the dependencies:\n\n```bash\nmake install\n```\n\n- Run the application:\n\n```bash\nmake run\n```\n\n- You can also run the application using Docker:\n\n```bash\ndocker pull putuwaw/qr-generator\n```\n\n- Run the application on port `8000`:\n\n```bash\ndocker run -p 8000:8000 putuwaw/qr-generator\n```\n\n## Contributing 🤝\n\nContributions are welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.\n\n## License 📝\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputuwaw%2Fqr-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fputuwaw%2Fqr-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputuwaw%2Fqr-generator/lists"}