{"id":16623720,"url":"https://github.com/shukur-alom/qr-code-generator","last_synced_at":"2025-10-29T06:12:07.886Z","repository":{"id":174479336,"uuid":"346590782","full_name":"shukur-alom/QR-code-Generator","owner":"shukur-alom","description":"This code is able to convert your data as QR code","archived":false,"fork":false,"pushed_at":"2023-10-06T18:18:42.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T10:50:26.436Z","etag":null,"topics":["code","python","python3","pythonqrcode","qr","qrcode","qrcode-generator"],"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/shukur-alom.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}},"created_at":"2021-03-11T05:39:30.000Z","updated_at":"2024-03-02T18:36:48.000Z","dependencies_parsed_at":"2023-07-09T07:00:45.680Z","dependency_job_id":null,"html_url":"https://github.com/shukur-alom/QR-code-Generator","commit_stats":null,"previous_names":["shukur-alom/qr-code-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shukur-alom/QR-code-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shukur-alom%2FQR-code-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shukur-alom%2FQR-code-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shukur-alom%2FQR-code-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shukur-alom%2FQR-code-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shukur-alom","download_url":"https://codeload.github.com/shukur-alom/QR-code-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shukur-alom%2FQR-code-Generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263464186,"owners_count":23470473,"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":["code","python","python3","pythonqrcode","qr","qrcode","qrcode-generator"],"created_at":"2024-10-12T03:24:46.763Z","updated_at":"2025-10-29T06:12:02.842Z","avatar_url":"https://github.com/shukur-alom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QR Code Generator\n\nGenerate QR codes for your personal information quickly and easily with this simple Python script. \n\n## Introduction\n\nQR (Quick Response) codes are two-dimensional barcodes that can store a variety of data types, including text, URLs, contact information, and more. This project demonstrates how to use the `qrcode` library to create a QR code from your information and visualize it using `matplotlib`.\n\n## Features\n\n- Simple and easy-to-use QR code generation.\n- Customize the QR code version, box size, and border.\n- Supports various types of data, including text, URLs, and contact information.\n\n## Requirements\n\nTo run this script, you will need:\n\n- Python 3.x\n- `qrcode` library\n- `matplotlib` library\n\nYou can install the required libraries using `pip`:\n\n```bash\npip install qrcode==6.1 matplotlib==3.3.2\n```\n\n1. Clone this repository to your local machine:\n\n```bash\ngit clone https://github.com/shukur-alom/QR-code-Generator.git\n```\n\n2. Edit the 'data' variable in the script to include your information:\n\n```bash\ndata = \"Your information goes here\"\n```\n4. Run the script to generate the QR code image:\n\n```bash\npython generate_qr_code.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshukur-alom%2Fqr-code-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshukur-alom%2Fqr-code-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshukur-alom%2Fqr-code-generator/lists"}