Skip to content
New issue

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

Artistic QR-Code #39

Open
NoWayBg opened this issue Jul 19, 2018 · 1 comment
Open

Artistic QR-Code #39

NoWayBg opened this issue Jul 19, 2018 · 1 comment

Comments

@NoWayBg
Copy link

NoWayBg commented Jul 19, 2018

About Artistic QR-Code I can't make QR code combine with an image.
A error mess is displayed :
"Traceback (most recent call last):
File "C:\Python36\Scripts\myqr-script.py", line 11, in
load_entry_point('MyQR==2.3.1', 'console_scripts', 'myqr')()
File "c:\python36\lib\site-packages\MyQR\terminal.py", line 34, in main
args.directory
File "c:\python36\lib\site-packages\MyQR\myqr.py", line 36, in run
raise ValueError("Wrong picture! Input a filename that exists and be tailed with one of {'.jpg', '.png', '.bmp', '
}!")
ValueError: Wrong picture! Input a filename that exists and be tailed with one of {'.jpg', '.png', '.bmp', '.gif'}!"
So can you tell me where I should put an image to make QR code.
Thank you so much.

@ztickm
Copy link

ztickm commented Apr 6, 2019

the command should be like this myqr [stuff you want to encode] -p [path/to/your/image]
Although I'm not sure how it handles windows paths.
Also, your image must end in either .jpg, .png, .bmp, or .gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants