We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after Dependencies and Installation I tried to run but the result still can not run
The text was updated successfully, but these errors were encountered:
import qrcode
image_url = "https://example.com/imagen_perro.jpg" # Cambia esto por la URL de tu imagen
qr = qrcode.QRCode( version=1, error_correction=qrcode.constants.ERROR_CORRECT_L, box_size=10, border=4, )
qr.add_data(image_url) qr.make(fit=True)
img = qr.make_image(fill='black', back_color='white')
img.save('codigo_qr_perro.png')
print("Código QR generado y guardado como 'codigo_qr_perro.png'")
Sorry, something went wrong.
No branches or pull requests
after Dependencies and Installation
I tried to run but the result still can not run
The text was updated successfully, but these errors were encountered: