Skip to content

DaviAntonaji/python-qrcodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

Hello, this project is an example of how to generate a QR Code using python 😁


👨🏻‍💻 About the project
Hello, this project is an example of how to generate a QR Code using python. Here you pass the text in string format and it generates an image with QRCode

Installation
  • Python tested version: 3.8.0
  • Install dependencies by typing the following commands:
pip3 install pyqrcode
pip3 install pypng

  • Run the following command to start the application
python3 app.py "Hello World"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages