Skip to content

Borozann/Qr-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Maker

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.

Requirements

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.

Installing Dependencies

  1. Clone this repository to your local machine:

    git clone https://github.com/your_username/your_repository.git
    cd your_repository
  2. (Optional) Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install the dependencies listed in requirements.txt:

    pip install -r requirements.txt

How to Use

After installing the dependencies, you can run the script to generate QR Codes.

python your_script.py

About

Generate your own QR Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages