This project is a simple QR code generator written in Python that converts any input text into a QR code. It uses the qrcode
and Pillow
libraries to create, visualize, and customize QR codes.
- Takes user input as text, URL, or other data.
- Converts the input into a QR code.
- Displays the generated QR code as an image.
To run this application, you need the following Python libraries:
- qrcode: For generating and customizing QR codes.
- Pillow: For visualizing and displaying the QR code image.
First, install the required libraries by running the following command:
pip install qrcode[pil] Pillow
## Usage
This application takes user input and converts it into a QR code, displaying it as an image. Follow these steps to run the project:
1. Download or clone the project files.
2. Navigate to the project directory in your terminal or command prompt.
3. Run the following command:
```bash
python CreateQR.py