{"id":25501867,"url":"https://github.com/mdbentaleb/dynamic_qr_generator","last_synced_at":"2025-11-12T09:30:18.913Z","repository":{"id":239842448,"uuid":"800569966","full_name":"mdbentaleb/Dynamic_QR_Generator","owner":"mdbentaleb","description":"This tool is a Bash script that generates a QR code from a provided URL.","archived":false,"fork":false,"pushed_at":"2024-05-15T14:18:33.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-16T18:53:28.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/mdbentaleb.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-05-14T15:28:53.000Z","updated_at":"2024-05-15T14:18:37.000Z","dependencies_parsed_at":"2024-05-15T18:50:11.042Z","dependency_job_id":"87d5aeca-bb21-4248-a89c-13ffee28ecd4","html_url":"https://github.com/mdbentaleb/Dynamic_QR_Generator","commit_stats":null,"previous_names":["mdbentaleb/dynamic_qr_generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbentaleb%2FDynamic_QR_Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbentaleb%2FDynamic_QR_Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbentaleb%2FDynamic_QR_Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbentaleb%2FDynamic_QR_Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdbentaleb","download_url":"https://codeload.github.com/mdbentaleb/Dynamic_QR_Generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239599017,"owners_count":19665911,"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":[],"created_at":"2025-02-19T04:59:15.296Z","updated_at":"2025-11-12T09:30:18.291Z","avatar_url":"https://github.com/mdbentaleb.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QR Code Generator Script\n\n![script-](https://github.com/mdbentaleb/Dynamic_QR_Generator/assets/132714803/770bc745-bb70-4f21-afa4-fc6a0a1eff6a)\n\nThis is a Bash script that generates QR codes from a given URL using the qrencode command-line utility.\n\n\n## Prerequisites\n\nThis script automatically installs `qrencode` if it's not already present on your system.\nHowever, you will need administrative privileges to install packages.\nIf you're prompted for a password during script execution, please provide it to allow the installation to proceed.\n\n## Usage\n\n1. **Clone the repository:**\n\n```bash\n   git clone https://github.com/mdbentaleb/Dynamic_QR_Generator.git\n```\n\n2. **Make the script executable by running the following command:**\n\n```bash\n   chmod +x qrgen.sh\n```\n\n3. **Run the script with the following command:**\n\n```bash\n   ./qrgen.sh \u003cURL\u003e\n```\nReplace \u003cURL\u003e with the URL you want to encode into a QR code.\n\n## Example\n\n```bash\n   ./qrgen.sh \"https://example.com\"\n```\n\n![example-](https://github.com/mdbentaleb/Dynamic_QR_Generator/assets/132714803/6b604b48-805e-47f3-8654-9314b44dd58b)\n\n- This will generate a QR code image file named `qr_code.png` in the current directory, encoding the URL `https://example.com`\n\n## Output\n\nIf the QR code generation is successful, the script will print a message indicating the name of the generated QR code file. If it fails, an error message will be displayed.\n\n![output-](https://github.com/mdbentaleb/Dynamic_QR_Generator/assets/132714803/874a1f6b-e66e-4b6f-96ad-dc38ddb0789e)\n\n## Note for Users\n\n- The script uses `sudo` to execute certain commands.\nIf prompted for a password, it is expected behavior, and there is no need to be concerned.\nThis is a standard security measure to ensure proper system maintenance.\n\n## Disclaimer\n\nThis script is designed for personal use. Review the code before executing on critical systems.\n\n## Author\n\n[mdbentaleb](https://github.com/mdbentaleb)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdbentaleb%2Fdynamic_qr_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdbentaleb%2Fdynamic_qr_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdbentaleb%2Fdynamic_qr_generator/lists"}