GithubHelp home page GithubHelp logo

andrelfnavarro / qr-code-bulk-gen Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.3 MB

This script provides a way to bulk generate QR codes from a list of links specified in a CSV file. The generated QR codes are saved as SVG files in a directory named `qr-codes`.

JavaScript 100.00%

qr-code-bulk-gen's Introduction

QR Code Bulk Generator from CSV

Description

This script provides a way to bulk generate QR codes from a list of links specified in a CSV file. The generated QR codes are saved as SVG files in a directory named qr-codes.

Prerequisites

  • Node.js installed on your system.

Installation

  1. Ensure you have the required Node.js packages by running:

    npm install
  2. Place the script in your desired directory.

  3. Prepare a CSV file named links.csv in the same directory as the script. Each line of this CSV file should contain a single link for which you want to generate a QR code.

Usage

  1. After setting up your links.csv file, run the script:

    node <name-of-the-script-file>.js
  2. The script will read each link from the CSV file and generate a QR code for it. Each QR code will be saved as an SVG file in the qr-codes directory, which will be created if it doesn't exist.

  3. The SVG files will be named in the format qr-code-XXX.svg where XXX is a three-digit index number corresponding to the link's position in the CSV file.

  4. After each QR code is generated, the script will log the path where the SVG file was saved.

Notes

  • If there are any issues during QR code generation, the script will log an error message indicating the problem.

Contributing

Please report any bugs or feature requests to the repository's issue tracker.

License

This script is open-source. Feel free to use, modify, and distribute it as you see fit.


Remember to always backup important data before running scripts on your system and ensure you have the appropriate permissions.

qr-code-bulk-gen

qr-code-bulk-gen's People

Contributors

andrelfnavarro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.