Skip to content

theHARI962n/QR-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR-code-generator

Generate QR codes from URLs using this simple command-line tool.built using nodejs.

used nodejs version v.20.11.0 LTS

Prerequisites

  • Node.js installed on your machine.

Navigate to the project directory:

cd qr-code-generator

Install dependencies:

npm install inquirer and qr-image for modules and json packages.

Usage

1.Run the QR code generator:

npm start

2.Enter a URL when prompted.

3.The QR code image (qr_img.png) and the URL text file (URL.txt) will be generated in the project directory.

Dependencies

1.inquirer: For interactive command-line prompts.

2.qr-image: For generating QR codes.

3.fs: Node.js built-in library for file system operations.

contact

1.Email:[email protected]

2.Phone:9042590636

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published