/Random-Password-Generator

A django web based random password generator

Primary LanguagePython

Random password generator

Random password generator made in Django

Getting Started

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

Prerequisites

You need Django to run it

pip install Django==3.0.5

Installing

For running this project on you machine git clone and run the Django server

git clone https://github.com/Diezaztek/randomPasswordGenerator.git
cd password_generator_project
python manage.py runserver

Then enter in your browser to http://localhost:8000

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details