Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.19 KB

File metadata and controls

30 lines (15 loc) · 1.19 KB

Codacy Badge CodeFactor

Create new Password with minimum and maximum length

DevOps Scripting Basics Project - For random password creation using python with length you can define your self via input

  1. download my project using

    https://github.com/ankurpatel18/create-random-password-python-devops.git

  2. go to download project folder

     cd create-random-password-python-devops
    
  3. give execute permission to passwordGenUsage.py file

     chmod +x passwordGenUsage.py
    
  4. execute file using below command on shell

     ./passwordGenUsage.py
    

    It will give you new password.


passwordGeneratorModule.py - is the main file which has function which is creating password.