Py-Contributors / awesomeScripts

A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great ideas for the new script. Leave a :star:
https://py-contributors.github.io/awesomeScripts/
MIT License
589 stars 273 forks source link

Script To Generate Passwords #606

Closed Akshat-Mishra101 closed 2 years ago

Akshat-Mishra101 commented 2 years ago

Script Description -

what will change - My idea is to have a script which generates passwords within the range of a given set of parameters. The parameters include the minimum and maximum lengths, occurrence of characters, as well as the valid range for a set of characters.

Instructions

Please add/delete options that are not relevant.

Programming Language

:star2: Star it :fork_and_knife:Fork it :handshake: Contribute to it!

Discord server - https://discord.gg/FXyh2S3

Happy Coding,

github-actions[bot] commented 2 years ago

👋 @Akshat-Mishra101 Thank you for raising an issue. We will will investigate into the matter and get back to you as soon as possible. Please make sure you have given us as much context as possible.

Please keep in mind these instructions.

Please Read Once the CONTRIBUTING Guidelines for further instructions.

codeperfectplus commented 2 years ago

@Akshat-Mishra101 Same script is already implemented. https://github.com/Py-Contributors/awesomeScripts/tree/master/Utility_Scripts/random_password_generator

Closing the issue.

Thanks