Skip to content

This is a simple Python program that generates QR codes from text input

License

Notifications You must be signed in to change notification settings

codecomets/qr-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

This is a simple Python program that generates QR codes from text input.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need to have Python and pip installed on your machine.

Installing

  1. Clone the repository to your local machine
git clone https://github.com/codecomets/qr-code-generator.git
  1. Install the required dependencies
pip install -r requirements.txt

Usage

  1. Run the script
python qr_code_generator.py
  1. Input the text you want to convert to QR code

  2. The script will create a QR code image file named qr_code.png containing the text you input

Built With

  • qrcode - The QR code generation library used

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

This is a simple Python program that generates QR codes from text input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages