Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

A simple yet powerful command-line QR code generator built with Node.js.

Features

  • Generate QR codes from any text or URL
  • Output as PNG image files
  • Simple command-line interface
  • Fast and lightweight
  • Fully open-source

Installation

To use this QR Code Generator, ensure you have Node.js installed.

Clone the repository and install dependencies:

git clone https://github.com/Pr1ncePandey/Qr-Code-Generator.git
cd Qr-Code-Generator
npm install

Usage

You can generate QR codes directly from the command line.

Generate a QR code for text

node index.js "Your text goes here"

Generate a QR code for a URL

node index.js "https://example.com"

Output Options

By default, the generated QR code will be saved as qrcode.png in the project directory. You can specify a custom output file:

node index.js "Hello World" output.png

Example

node index.js "https://github.com"

This will create a PNG file named qrcode.png with the QR code for the specified URL.

Dependencies

  • qrcode — QR code generation library for Node.js

Contributing

Contributions are welcome! Please open issues or submit pull requests for improvements and bug fixes.

License

This project is licensed under the MIT License.

Author

Developed by Pr1ncePandey

About

A simple yet powerful command-line QR code generator built with Node.js.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages