{"id":28456179,"url":"https://github.com/bytehide/csharp-qr-generator","last_synced_at":"2026-04-01T21:50:34.058Z","repository":{"id":169046678,"uuid":"644914763","full_name":"bytehide/Csharp-QR-Generator","owner":"bytehide","description":"A simple C# QR Generator made with Windows Forms","archived":false,"fork":false,"pushed_at":"2023-05-24T14:27:28.000Z","size":9,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T13:44:09.004Z","etag":null,"topics":["csharp","dotnet","qrcode","qrcode-generator","winforms"],"latest_commit_sha":null,"homepage":"https://www.bytehide.com/","language":"C#","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/bytehide.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}},"created_at":"2023-05-24T14:12:56.000Z","updated_at":"2023-10-16T18:55:29.000Z","dependencies_parsed_at":"2023-06-30T03:45:08.428Z","dependency_job_id":null,"html_url":"https://github.com/bytehide/Csharp-QR-Generator","commit_stats":null,"previous_names":["dotnetsafer/csharp-qr-generator","bytehide/csharp-qr-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bytehide/Csharp-QR-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytehide%2FCsharp-QR-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytehide%2FCsharp-QR-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytehide%2FCsharp-QR-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytehide%2FCsharp-QR-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytehide","download_url":"https://codeload.github.com/bytehide/Csharp-QR-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytehide%2FCsharp-QR-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31046899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T09:35:52.079Z","status":"ssl_error","status_checked_at":"2026-03-27T09:35:20.916Z","response_time":164,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["csharp","dotnet","qrcode","qrcode-generator","winforms"],"created_at":"2025-06-06T22:40:27.615Z","updated_at":"2026-04-01T21:50:34.040Z","avatar_url":"https://github.com/bytehide.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Csharp QR Generator\n\nThis is a simple QR Code generator application using C#. It allows users to input text and generate a QR code, which can then be saved as an image file.\n\n![C# QR Code Generator Demo](https://content.bytehide.com/wp-content/uploads/2023/05/Screenshot_1.png)\n\n## Features\n\n- Generate QR codes from user-provided text\n- Save the generated QR code as an image file\n- User-friendly interface with centered controls\n\n## Dependencies\n\n- [ZXing.Net](https://github.com/micjahn/ZXing.Net) for generating QR codes\n\n## Usage\n\n1. Open the project in your favorite C# development environment\n2. Add the ZXing.Net library to your project\n3. Build and run the application\n4. Input your desired text and click the \"Generate\" button to generate a QR code\n5. Click the \"Save\" button to save the QR code as an image file\n\n## Code Explanation\n\nThe main class `Form1` is responsible for handling the UI and generating the QR codes. The UI elements are setup in the constructor, and the QR code generation is done using the `GenerateQRCode` method.\n\nThe `GenerateQRCode` method takes an input text, creates a `ZXing.BarcodeWriterPixelData` object with the specified QR code format and dimensions, and then generates a Bitmap representing the QR code.\n\nThe event handlers for the \"Generate\" and \"Save\" buttons are responsible for generating the QR code using the user-provided text and saving it as an image file.\n\n## More Information\n\nFor more information on QR code generation in C#, check out this in-depth guide: [C# QR Code Generator](https://www.bytehide.com/blog/qr-generator-csharp)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytehide%2Fcsharp-qr-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytehide%2Fcsharp-qr-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytehide%2Fcsharp-qr-generator/lists"}