Skip to content

Web interface of Python qrcode module with Streamlit+Nginx

License

Notifications You must be signed in to change notification settings

aktnk/qrcode_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrcode_web

Web interface of Python qrcode module with Streamlit+Nginx

how to use

  1. download this repository
> git clone https://github.com/aktnk/qrcode_web.git
  1. execute docker compose
> cd qrcode_web
> docker compose up -d --build
  1. access to http://(your machine ip address)
  • When menu page is opened, click the link of QR code generator. http://(ipaddress)
  • Enter message text to convert to QR code, and click "QRコード生成" button. Enter message text
  • A QR code will then be displayed. If you press the "画像ダウンロード" button, you can save it as a PNG file. Generate QR Code

Reference

About

Web interface of Python qrcode module with Streamlit+Nginx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published