This Python script enables you to generate a random password.
- Install Python 3.8+ and set up the environment variables accordingly. Otherwise, you won't be able to use the
python
command. - Download the sources of this repository and place them wherever you want.
- Open the command line and execute
python main.py <password_length>
. - Enjoy the result.