{"id":23527501,"url":"https://github.com/thestevendev/qr-generator","last_synced_at":"2025-08-07T21:26:43.450Z","repository":{"id":173337783,"uuid":"650612446","full_name":"TheStevenDev/QR-GENERATOR","owner":"TheStevenDev","description":"This Java project utilizes the zxing-core 2.0 and zxing 1.7 javase external JAR files to generate QR codes.","archived":false,"fork":false,"pushed_at":"2023-06-07T14:22:09.000Z","size":413,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T10:22:45.555Z","etag":null,"topics":["codelibrary","javaproject","qrgeneration","zxing","zxing-qrcode"],"latest_commit_sha":null,"homepage":"","language":"Java","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/TheStevenDev.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,"zenodo":null}},"created_at":"2023-06-07T12:41:12.000Z","updated_at":"2024-04-09T09:43:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7f20206-79d9-4809-8065-6fa1b627f988","html_url":"https://github.com/TheStevenDev/QR-GENERATOR","commit_stats":null,"previous_names":["thestevendev/qr-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheStevenDev/QR-GENERATOR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FQR-GENERATOR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FQR-GENERATOR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FQR-GENERATOR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FQR-GENERATOR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheStevenDev","download_url":"https://codeload.github.com/TheStevenDev/QR-GENERATOR/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FQR-GENERATOR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269329929,"owners_count":24399113,"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-08-07T02:00:09.698Z","response_time":73,"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":["codelibrary","javaproject","qrgeneration","zxing","zxing-qrcode"],"created_at":"2024-12-25T20:14:38.582Z","updated_at":"2025-08-07T21:26:43.437Z","avatar_url":"https://github.com/TheStevenDev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n  \u003ch1\u003eQR Code Generator\u003c/h1\u003e\n  \u003cp\u003eThis Java project is a QR code generator that utilizes the zxing-core 2.0 and zxing 1.7 javase external JAR files.\u003c/p\u003e\n  \u003ch2\u003eInstructions:\u003c/h2\u003e\n  \u003col\u003e\n    \u003cli\u003eDownload the project files and extract them to your desired location.\u003c/li\u003e\n    \u003cli\u003eMake sure you have Java installed on your system. If not, you can download it from the official Java website.\u003c/li\u003e\n    \u003cli\u003ePlace the zxing-core 2.0 and zxing 1.7 javase JAR files in the project directory.\u003c/li\u003e\n    \u003cli\u003eOpen a terminal or command prompt and navigate to the project directory.\u003c/li\u003e\n    \u003cli\u003eCompile the Java files using the following command: \u003ccode\u003ejavac -cp zxing-core-2.0.jar:zxing-1.7-javase.jar QRCodeGenerator.java\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003eRun the application with the command: \u003ccode\u003ejava -cp zxing-core-2.0.jar:zxing-1.7-javase.jar:. QRCodeGenerator\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003eFollow the on-screen instructions to generate QR codes.\u003c/li\u003e\n  \u003c/ol\u003e\n  \u003ch2\u003eCustomization:\u003c/h2\u003e\n  \u003cp\u003eThis QR code generator can be customized to suit your specific needs:\u003c/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eModify the code in the \u003ccode\u003eQRCodeGenerator.java\u003c/code\u003e file to change the input data or QR code settings.\u003c/li\u003e\n    \u003cli\u003eRefer to the zxing documentation for more advanced usage and customization options.\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003ch2\u003eAdditional Information:\u003c/h2\u003e\n  \u003cp\u003eFor more information, please visit the \u003ca href=\"https://github.com/TheStevenDev/QR-GENERATOR\"\u003eGitHub repository\u003c/a\u003e.\u003c/p\u003e\n  \u003cp\u003eIf you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request on GitHub.\u003c/p\u003e\n  \u003ch2\u003eLicense\u003c/h2\u003e\n  \u003cp\u003eThis project is licensed under the MIT License. See the \u003ca href=\"LICENSE\"\u003eLICENSE\u003c/a\u003e file for details.\u003c/p\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthestevendev%2Fqr-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthestevendev%2Fqr-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthestevendev%2Fqr-generator/lists"}