An open API service indexing awesome lists of open source software.

https://github.com/ibrahimcsae/flask-password-generator

This is a password generator designed in Flask
https://github.com/ibrahimcsae/flask-password-generator

css flask html python

Last synced: 3 months ago
JSON representation

This is a password generator designed in Flask

Awesome Lists containing this project

README

          

# Flask Password Generator
This is a password generator designed using Flask

#Requirements
```
python >= 3.5
```

#Getting started

```
git clone https://github.com/IbrahimCSAE/flask-password-generator
cd flask-password-generator
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
export FLASK_APP = app
flask run
```