Easily for generate password.You can use in any linux with python environment.
pip3 install git+https://github.com/hehehe886/randomstring.git
usage: randomstring [-h] [-l LENTH] [-n AMOUNT] [-s SAVE] [-A | -N]
Provide three random 12 characters strings by default
optional arguments:
-h, --help show this help message and exit
-l LENTH, --lenth LENTH The longth about you wanted (default 12)
-n AMOUNT, --amount AMOUNT The amount about you wanted (default 1)
-s SAVE, --save SAVE If save to a file (~/.randomstring.txt)
-A, --all Incloud digits letters and punnctuaion
-N, --number Number and letters
i'm a begginer in python.If you have any suggestion,plz issue let me know it .Thanks in advance.