Skip to content

Python package to generate a QR code sticker with optional title and subtitle

License

Notifications You must be signed in to change notification settings

swapnilmadavi/qrsticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrsticker

Python package to generate a QR code sticker with optional title and subtitle

Usage

qr_data = 'swapnilmadavi/qrsticker'
sticker = Sticker(300, 400, background=(255,255,255))
sticker.make_qr_code(qr_data, padding=20)
sticker.insert_title('Title')
sticker.insert_subtitle('Subtitle')
sticker.save('test')

Result sticker

Dependencies

About

Python package to generate a QR code sticker with optional title and subtitle

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages