/Simple-Random-Password-Generator

A simple Python script that generates a strong password by selecting a random sequence of characters, choosing from numbers, normal and special characters.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Simple-Random-Password-Generator

This simple Python script generates a password by selecting a random sequence of characters, choosing from numbers, normal and special characters. The randomness of the combination is reached trough the usage of "secrets" module. The length of the password is asked to the user (minimum 12 charecters). The user has also the possibility to copy it directly to the clipoboard selecting "y". Eventually, the script assures that the output password does not include any of the common words from the cheatsheet (common_passwords.txt).