Skip to content

Instantly share code, notes, and snippets.

@mevlanaayas
Last active September 27, 2019 21:01
Show Gist options
  • Save mevlanaayas/d2c0c7d06a5e74ba54be80a71ac91514 to your computer and use it in GitHub Desktop.
Save mevlanaayas/d2c0c7d06a5e74ba54be80a71ac91514 to your computer and use it in GitHub Desktop.
MyQr usages and examples
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