Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.09 KB

share-qr-with-password

built with Python3    Platforms
Want to share messages from qr but to have have passwords? you're at right place
This python script makes pdf with password protection and uploads it to dropbox and makes a sharable link of it in background!

Installation:

1. git clone https://github.com/thirstycode/share-qr-with-password
2. cd share-qr-with-password
3. pip3 install -r requirements.txt

Add TOKEN in config.py:

  • Make a dropbox account - Here.
  • Login to it.
  • Make a DBX app and give it access to dropbox space - Here.
    • Choose API - Dropbox API
    • Type of access - Full Dropbox
    • App name : Any name of your choice
  • Goto app in 'my apps' and from 'OAuth 2' generate access token of that app.  - Copy access token and paste that to config.py

Execute It:

1. python prog.py