Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smartcraze/qr-password-manager
- Owner: smartcraze
- Created: 2024-03-05T15:06:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T15:26:58.000Z (10 months ago)
- Last Synced: 2024-11-09T03:38:51.062Z (2 months ago)
- Topics: password, password-manager, pyhton3, qrcode
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)