Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cemwebdev/generate_qr_code
https://github.com/cemwebdev/generate_qr_code
image-processing pillow python python-qrcode python-visualization qr-code qrcode styling
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cemwebdev/generate_qr_code
- Owner: CemWebDev
- Created: 2024-08-03T17:02:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T17:57:13.000Z (4 months ago)
- Last Synced: 2024-08-26T09:07:57.137Z (3 months ago)
- Topics: image-processing, pillow, python, python-qrcode, python-visualization, qr-code, qrcode, styling
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generate_qr_code
This project is a Python application that generates QR codes, including custom-designed ones. It uses the `qrcode` and `Pillow` libraries to create and manipulate QR codes.
## Features
- Generate QR codes from URLs
- Customize QR code appearance with colors and borders
- Save QR codes as images## Installation
To get started with this project, you'll need to have Python installed. Follow the steps below to set up the project.
1. Clone the repository:
```bash
git clone https://github.com/SimplyProgYT/qr-code-generator.git
cd qr-code-generator/generate_qr_code
```2. Create and activate a virtual environment (optional but recommended):
```bash
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
```3. Install the required packages:
```bash
pip install -r requirements.txt
```## Usage
To generate a QR code, run the `generate_qr_code.py` script. You can customize the URL and other parameters directly in the script.
```bash
python generate_qr_code.py
```## Example
![Example QR Code](./qr_code.png)