Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.54 KB

README.md

File metadata and controls

67 lines (41 loc) · 1.54 KB

QR Code Generator for Saving Passwords Locally

This Python script allows users to generate a QR code for saving passwords locally. Users can input their username and password, choose whether to customize the QR code background color, specify the background color if customization is chosen, and provide a file name to save the QR code image.

Tech stack

Python || qrcode[PIL]

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  pip install qrcode

Start the server

  run the python file

Running Tests

To run tests, run the following command

$ python QR-password.py
Enter the username: example_user
Enter the password: example_password
Do you want to customize the QR code background color? (yes/no): yes
Enter the background color : red (you can Give the hex color)
Enter the file name to save the QR code (without extension): my_qr_code
The QR code has been saved as 'my_qr_code.png' in the directory.
Thanks for using our service 
Foloow my github for more such project

Screenshots

App Screenshot

Authors

🔗 Links

linkedin twitter