- This is a secret key generator for generating 100 word, alphanumeric, random secret key to use in Django.
- This uses python 3.6's default lib secrets and string to generate the key.
- pyperclip library is to copy the key to the clipboard.
- Copy the script and run the script that will print the secret key to the console and also copy that to the clipboard.
- Install the sole dependencies(pyperclip) using the requirements.txt file.
pip install -r requirements.txt