{"id":26241330,"url":"https://github.com/tomaston1996/qr-code-generator","last_synced_at":"2026-04-24T15:32:40.974Z","repository":{"id":261465135,"uuid":"884385605","full_name":"TomAston1996/qr-code-generator","owner":"TomAston1996","description":"Custom QR code generator","archived":false,"fork":false,"pushed_at":"2024-11-06T17:45:35.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-29T16:30:56.604Z","etag":null,"topics":["python-scripts"],"latest_commit_sha":null,"homepage":"","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/TomAston1996.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":"2024-11-06T16:50:31.000Z","updated_at":"2025-02-26T22:06:48.000Z","dependencies_parsed_at":"2024-11-06T18:31:13.486Z","dependency_job_id":null,"html_url":"https://github.com/TomAston1996/qr-code-generator","commit_stats":null,"previous_names":["tomaston1996/qr-code-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TomAston1996/qr-code-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Fqr-code-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Fqr-code-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Fqr-code-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Fqr-code-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomAston1996","download_url":"https://codeload.github.com/TomAston1996/qr-code-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Fqr-code-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32228976,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["python-scripts"],"created_at":"2025-03-13T08:20:15.967Z","updated_at":"2026-04-24T15:32:40.955Z","avatar_url":"https://github.com/TomAston1996.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n# ⛆ QR Code Generator\n\nQR Code Generator is a very simple app used to create custom QR code images from user-defined URLs.\n\nI developed this for use on my personal website.\n\n## 🧑‍💻 Tech Stack\n\n![Python]\n\n## ⚙️ Features\n\n### Basic QR Code Generation or QR Code with Logo\nCreate basic QR codes with custom coloring (default is black and white) or QR codes with the logo of your choice.\n\nTry it out below!\n\n![basic](./image/basic-qr.png)  \u0026emsp;   ![logo](./image/logo-qr.png)\n\n## 🔧 Setup\n\n### Dependencies\n``` pip install -r requirements.txt``` will install all dependcies required\n\n### Run Locally\n``` python ./main.py``` will run the app locally\n\n## 🧑‍🤝‍🧑 Developers \n\n| Name           | Email                      |\n| -------------- | -------------------------- |\n| Tom Aston      | mailto:mail@tomaston.dev     |\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/TomAston1996/qr-code-generator.svg?style=for-the-badge\n[contributors-url]: https://github.com/TomAston1996/qr-code-generator/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/TomAston1996/qr-code-generator.svg?style=for-the-badge\n[forks-url]: https://github.com/TomAston1996/qr-code-generator/network/members\n[stars-shield]: https://img.shields.io/github/stars/TomAston1996/qr-code-generator.svg?style=for-the-badge\n[stars-url]: https://github.com/TomAston1996/qr-code-generator/stargazers\n[issues-shield]: https://img.shields.io/github/issues/TomAston1996/qr-code-generator.svg?style=for-the-badge\n[issues-url]: https://github.com/TomAston1996/qr-code-generator/issues\n[license-shield]: https://img.shields.io/github/license/TomAston1996/qr-code-generator.svg?style=for-the-badge\n[license-url]: https://github.com/TomAston1996/qr-code-generator/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://linkedin.com/in/tomaston96\n[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB\n[React-url]: https://reactjs.org/\n[TypeScript]: https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\n[Redux]: https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge\u0026logo=redux\u0026logoColor=white\n[Chart.js]: https://img.shields.io/badge/chart.js-F5788D.svg?style=for-the-badge\u0026logo=chart.js\u0026logoColor=white\n[Bootstrap]: https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white\n[NodeJS]: https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white\n[Python]: https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54\n[Pandas]: https://img.shields.io/badge/pandas-%23150458.svg?style=for-the-badge\u0026logo=pandas\u0026logoColor=white\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomaston1996%2Fqr-code-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomaston1996%2Fqr-code-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomaston1996%2Fqr-code-generator/lists"}