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.
To use this script, you'll need Python 3 and the qrcode module. You can install the qrcode module using pip:
pip3 install qrcode
- Clone this repository or download the main.py file.
- Open a terminal or command prompt and navigate to the directory containing the main.py file.
- Run the main.py file using Python
python3 main.py
- Enter the URL you want to generate a QR code for when prompted.
- The QR code will be displayed as an ASCII art in the console.
Here's an example of what the script might look like in action:
If you'd like to contribute to this project, feel free to open a pull request or issue on GitHub.