{"id":19297166,"url":"https://github.com/ibensusan/qr-code-generator","last_synced_at":"2026-05-07T01:35:35.762Z","repository":{"id":260761660,"uuid":"881891362","full_name":"iBensusan/QR-Code-Generator","owner":"iBensusan","description":"A simple web application built with Flask that generates QR codes for any URL entered by the user.","archived":false,"fork":false,"pushed_at":"2024-11-02T11:36:41.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T00:44:15.787Z","etag":null,"topics":["flask","python3","qrcode","qrcode-generator"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/iBensusan.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":"2024-11-01T12:58:20.000Z","updated_at":"2024-11-02T11:37:24.000Z","dependencies_parsed_at":"2024-11-02T12:34:50.149Z","dependency_job_id":null,"html_url":"https://github.com/iBensusan/QR-Code-Generator","commit_stats":null,"previous_names":["ibensusan/qr-code-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBensusan%2FQR-Code-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBensusan%2FQR-Code-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBensusan%2FQR-Code-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBensusan%2FQR-Code-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iBensusan","download_url":"https://codeload.github.com/iBensusan/QR-Code-Generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240400291,"owners_count":19795331,"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":["flask","python3","qrcode","qrcode-generator"],"created_at":"2024-11-09T23:01:27.920Z","updated_at":"2026-05-07T01:35:35.713Z","avatar_url":"https://github.com/iBensusan.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QR Code Generator\n\nA simple web application built with Flask that generates QR codes for any URL entered by the user. Users can download the generated QR code as an image file.\n\n## Features\n\n- **QR Code Generation**: Generates a QR code based on the URL entered by the user.\n- **Downloadable QR Code**: Allows users to download the generated QR code as a PNG image.\n- **Elegant UI**: User-friendly and responsive interface with a dark-themed design.\n\n## Requirements\n\n- Python 3.13\n- Flask\n- qrcode\n- pillow\n\n## Installation\n\n1. Clone the repository and navigate to the project directory:\n    ```bash\n    git clone https://github.com/yourusername/qr_code_generator.git\n    cd qr_code_generator\n    ```\n\n2. Create and activate a virtual environment:\n    ```bash\n    python3 -m venv venv\n    source venv/bin/activate\n    ```\n\n3. Install the required packages:\n    ```bash\n    pip install Flask qrcode[pil]\n    ```\n\n## Usage\n\n1. Run the Flask application:\n    ```bash\n    python app.py\n    ```\n   \n2. Open a web browser and go to `http://127.0.0.1:5000`.\n\n3. Enter a URL in the input field and click **Generate QR Code**. The application will generate a QR code and provide a download link.\n\n## Example Workflow\n\n1. Start the Flask application and open it in a browser.\n2. Enter the desired URL in the provided field.\n3. Click the **Generate QR Code** button.\n4. Download the generated QR code image and scan it with a mobile device to test the link.\n\n## Files\n\n- `app.py`: The main Python script that implements the Flask application and QR code generation functionality.\n- `static/styles.css`: Contains the custom CSS for styling the application's interface.\n- `templates/index.html`: The HTML template file for the application's front-end layout.\n- `README.md`: Project description and instructions.\n\n## License\n\nThis project is licensed under the MIT License \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibensusan%2Fqr-code-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibensusan%2Fqr-code-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibensusan%2Fqr-code-generator/lists"}