Last active
September 27, 2019 21:01
-
-
Save mevlanaayas/d2c0c7d06a5e74ba54be80a71ac91514 to your computer and use it in GitHub Desktop.
MyQr usages and examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myqr.run( | |
str(kr_id), | |
version=10, | |
level='H', | |
picture=os.getcwd() + '/square.jpg', | |
colorized=True, | |
contrast=1.0, | |
brightness=1.0, | |
save_name='sqr.jpg', | |
save_dir=os.getcwd() | |
) | |
# more details will come soon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment