Skip to content

cdkw2/qrcode_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

QR Code Generator

This is a simple Python script that generates a QR code for a given URL and displays it as an ASCII art in the console.

Prerequisites

To use this script, you'll need Python 3 and the qrcode module. You can install the qrcode module using pip:

pip3 install qrcode

Usage

  1. Clone this repository or download the main.py file.
  2. Open a terminal or command prompt and navigate to the directory containing the main.py file.
  3. Run the main.py file using Python
python3 main.py
  1. Enter the URL you want to generate a QR code for when prompted.
  2. The QR code will be displayed as an ASCII art in the console.

Example

Here's an example of what the script might look like in action:

Alt text

Contributing

If you'd like to contribute to this project, feel free to open a pull request or issue on GitHub.

About

"Simpe" QR code generator in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages