A simple QR Code generator developed in Python. This project allows you to create QR Codes from URLs. The QR Codes can be exported in SVG, PNG, or ASCII text formats.
Before running the project, make sure you have Python installed on your machine. Additionally, you will need to install the necessary libraries listed in the requirements.txt file.
-
Clone this repository to your local machine:
git clone https://github.com/your_username/your_repository.git cd your_repository -
(Optional) Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install the dependencies listed in
requirements.txt:pip install -r requirements.txt
After installing the dependencies, you can run the script to generate QR Codes.
python your_script.py