{"id":26406312,"url":"https://github.com/anastasios3/codegeneratorqr","last_synced_at":"2025-06-10T10:40:21.888Z","repository":{"id":241082615,"uuid":"804264100","full_name":"Anastasios3/codeGeneratorQR","owner":"Anastasios3","description":"The QR Code Generator is a Python-based application with a graphical user interface (GUI) that allows users to generate QR codes from URLs. This application supports various customization options, real-time preview, and the ability to save QR codes in multiple formats (PNG, SVG, PDF).","archived":false,"fork":false,"pushed_at":"2024-05-23T17:34:30.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T17:19:11.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Anastasios3.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-22T09:08:27.000Z","updated_at":"2024-05-23T17:34:33.000Z","dependencies_parsed_at":"2024-05-22T10:44:38.205Z","dependency_job_id":null,"html_url":"https://github.com/Anastasios3/codeGeneratorQR","commit_stats":null,"previous_names":["anastasios3/codegeneratorqr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FcodeGeneratorQR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FcodeGeneratorQR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FcodeGeneratorQR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FcodeGeneratorQR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anastasios3","download_url":"https://codeload.github.com/Anastasios3/codeGeneratorQR/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FcodeGeneratorQR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259057390,"owners_count":22799146,"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-03-17T17:19:13.663Z","updated_at":"2025-06-10T10:40:21.866Z","avatar_url":"https://github.com/Anastasios3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codeGeneratorQR\n![image](https://github.com/Anastasios3/codeGeneratorQR/assets/117446378/a561a4c7-6b34-4fab-8da1-9182935f821d)\n\n# QR Code Generator\n\n## Overview\n\nThe QR Code Generator is a Python-based application with a graphical user interface (GUI) that allows users to generate QR codes from URLs. This application supports various customization options, real-time preview, and the ability to save QR codes in multiple formats (PNG, SVG, PDF).\n\n## Features\n\n- **Real-time Preview**: The QR code updates in real-time as you type the URL.\n- **Error Correction Levels**: Choose from Low (L), Medium (M), Quartile (Q), and High (H) error correction levels to enhance the reliability of the QR code.\n- **Customization**: Customize the color and size of the QR code to fit your needs.\n- **Save Formats**: Save the generated QR code in PNG, SVG, or PDF format for versatile use.\n\n## Prerequisites\n\nEnsure you have the following software installed on your system:\n\n- Python 3.x\n- `pip` (Python package installer)\n\n## Installation\n\n1. **Clone the Repository**\n\n   Clone the repository from GitHub:\n\n   ```sh\n   git clone https://github.com/Anastasios3/codeGeneratorQR\n   cd codeGeneratorQR\n   ```\n\n2. **Install Dependencies**\n\n   Install the required Python packages using `pip`:\n\n   ```sh\n   pip install qrcode[pil] pillow reportlab svglib\n   ```\n\n## Usage\n\n1. **Run the Application**\n\n   Navigate to the directory containing the script and run it:\n\n   ```sh\n   python generatorQR.py\n   ```\n\n2. **Generate QR Code**\n\n   - Enter the URL in the input field.\n   - Select the desired error correction level from the dropdown menu.\n   - Customize the color and size of the QR code.\n   - The QR code preview will update in real-time as you type.\n\n3. **Save QR Code**\n\n   - Click the \"Save QR Code\" button.\n   - Choose the desired file format (PNG, SVG, PDF) and location to save the QR code.\n\n## Script Details\n\n### generatorQR.py\n\nThe `generatorQR.py` script creates a GUI application using the `tkinter` library. It allows users to input a URL, select error correction levels, customize the QR code's color and size, and save the generated QR code in different formats.\n\n### Key Functionalities:\n\n- **URL Input**: A text entry field for the user to input the URL to be encoded.\n- **Error Correction Level**: Dropdown menu to select the error correction level.\n- **Color and Size Customization**: Entry fields to specify the QR code color and size.\n- **Real-time Preview**: The QR code updates in real-time as the user types.\n- **Save Options**: Save the generated QR code as PNG, SVG, or PDF.\n\n## Dependencies\n\n- `tkinter`: Python's standard GUI package.\n- `qrcode`: A pure Python QR Code generator.\n- `Pillow`: Python Imaging Library (Fork).\n- `reportlab`: A library to create PDFs.\n- `svglib`: A library to read SVG files.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and create a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.\n\n## Authors\n\n- Anastasios Tatarakis - Larentzos - *Initial work* - [yourusername](https://github.com/Anastasios3)\n\n## Acknowledgments\n\n- Thanks to the developers of the `qrcode`, `Pillow`, `reportlab`, and `svglib` libraries for their excellent tools.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanastasios3%2Fcodegeneratorqr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanastasios3%2Fcodegeneratorqr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanastasios3%2Fcodegeneratorqr/lists"}