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.
Python || qrcode[PIL]
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
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