Python-scripts-collection icon indicating copy to clipboard operation
Python-scripts-collection copied to clipboard

Random Password Generator with CLI tool

Open kunal-mahatha opened this issue 4 years ago • 1 comments

About the Tool

This generates a password for your services like Facebook, Instagram, etc., copy it to the clipboard, and stores them in a text file named passwords.txt .

To view the saved passwords Click Here

Features

This tool generates an user customized password. User can enter the Length, number of lower and upper cases characters, number of numerals and special characters. After password generation it copies it to the clipboard, from where it can pe easily pasted anywhere. It uses the Fisher-Yates shuffle which runs in O(n) time and also proven to be a perfect shuffle, so it takes less time with high randomness.

kunal-mahatha avatar Sep 30 '21 18:09 kunal-mahatha

Hey, thanks for contributing! Can you also update the main Readme of this repo and link your app.

xlogix avatar Oct 17 '21 16:10 xlogix