Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 915 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 915 Bytes





A Terminal Inline QR Code Generator

Usage

# {content} is the content of the QR code
$ python qr.py {content}

Installation

!! The program was created using python 3.10 so if you use any other version it might not work properly !!

# Installing the dependencies
$ pip install qrcode

# cloning the repository on your cwd (current working directory)
$ git clone https://github.com/HrsSid/QrCodeGenerator