boydndonga / password_checker

python script to check for password

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

password-checker

version

python 3.5

installation

clone the repo:

$path to git hub repository

cd into the folder:

$ /password-checker

create a virtual environment for the project:

$ virtualenv --python=python3.6 virtualenv-name

activate the virtual environment:

$ source virtualenv-name/bin/activate

to use it:

$ workon virtualenv-name

remember to run $ pip install -r requirements.txt to install libraries

About

python script to check for password


Languages

Language:Python 99.5%Language:CSS 0.1%Language:JavaScript 0.1%Language:C 0.1%Language:Shell 0.1%