grmnunes / django-password-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 

Password Generator

Github top language Github language count Repository size

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

A simple password generator made with Django...

πŸš€ Technologies

The following tools were used in this project:

βœ… Requirements

Before starting 🏁, you need to have Git, Python and Pip installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/grmnunes/django-password-generator

# Access
$ cd django-password-generator

# Install dependencies
$ pip install requirements.txt

# Run the project
$ python manage.py runserver

# The server will initialize in the <http://localhost:8000>

πŸ“ License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❀️ by Germano Nunes

 

Back to top

About


Languages

Language:Python 57.2%Language:HTML 42.8%