Skip to content

zloether/Password-Machine

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Password Machine

Python Build Status Issues License

Flask application that generates random passwords

See it live here: https://passwordmachine.pythonanywhere.com/

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

You'll need to have Python installed in order to run password-machine. Start by downloading and installing the latest version of Python 3.

Note: password-machine has been tested with Python 2.7, however Python 3.4 or greater is recommended.

Installation

Download the latest version from GitHub using Git:

git clone https://github.com/zloether/password-machine.git

This will create a directory called password-machine and all the code will be in it.

Switch to the password-machine directory:

cd password-machine

Install the required packages:

pip install -r requirements.txt

Usage

Launch the application:

python password_machine/pm.py

This will start a Python webserver running on your local machine. Access the application at http://localhost:5000

About

Flask application that generates random passwords

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published