Random password generator made in Django
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need Django to run it
pip install Django==3.0.5
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
This project is licensed under the MIT License - see the LICENSE.md file for details