Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smartcraze/qr-password-manager

Decrypted password saver using python || password manager
https://github.com/smartcraze/qr-password-manager

password password-manager pyhton3 qrcode

Last synced: 7 days ago
JSON representation

Decrypted password saver using python || password manager

Awesome Lists containing this project

README

        

# 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

```bash
git clone https://link-to-project
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
pip install qrcode
```

Start the server

```bash
run the python file
```

## Running Tests

To run tests, run the following command

```bash
$ 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](screenshot.png)

## Authors

- [Suraj vishwakarma](https://www.github.com/octokatherine)

## 🔗 Links
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/surajv354/)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/Surajv354)