GithubHelp home page GithubHelp logo

jackuna / djpass Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 116 KB

A simple password generator django app clubbed with Bootstrap 4

Python 54.95% HTML 43.65% Dockerfile 1.41%
django python3 password-generator bootstrap4 python script

djpass's Introduction

djpass : django-password-generator

A simple password generator django app clubbed with Bootstrap 4, this project is just a django implemanation of one of my python script within my repository PythonXample PythonXample/PyPassGen.py.

This project has been designed to meet the daily system admin requirement to generate strong and random passwords.

It has cool features like

  • Cool and resposive UI

  • Supports exclusions within random passwords too.

  • Supports Multidigit password generation.

  • Refresh dialog to regenerate same desired password length.

  • Copy Content to avoid noisy data within password.

Snapshots

djpass Home

Installaton & Configuration

As a docker container.

  • Download djpass docker imager

    docker pull jackuna/djpass
    

    Once the image has been downloded, find the image and initiate a container using it's corrosponding image ID. Find Image Id using docker command docker images

  • Now run the container.

     docker run -td --name djpass -p 9090:9090 < IMAGE ID >
    
  • Login into the container and initiate our djpass django app

    docker exec -it djpass /bin/bash
    
    cd /usr/local/djpass/
    
    python3 manage.py runserver 0.0.0.0:9090 &
    

    Hit Ctr+C as we have already initiated the django server in background.

    Access the application from below url

    http://<your server ip>:9090/djpass

djpass's People

Contributors

jackuna avatar

Forkers

imnotveteran

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.