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

https://github.com/iwizard7/flask_web_passwordgen


https://github.com/iwizard7/flask_web_passwordgen

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# flask_web_passwordgen 🔐

![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/iwizard7/flask_web_passwordgen) ![GitHub repo file count (file type)](https://img.shields.io/github/directory-file-count/iwizard7/flask_web_passwordgen) [![Pylint](https://github.com/iwizard7/flask_web_passwordgen/actions/workflows/pylint.yml/badge.svg)](https://github.com/iwizard7/flask_web_passwordgen/actions/workflows/pylint.yml) [![CodeQL](https://github.com/iwizard7/flask_web_passwordgen/actions/workflows/codeql.yml/badge.svg)](https://github.com/iwizard7/flask_web_passwordgen/actions/workflows/codeql.yml)

#### Build & run in docker ⚙️
```bash
git clone https://github.com/iwizard7/flask_web_passwordgen.git
docker image build -t passgen:0.0.1 .
docker images
```
#### Run as python script ⚙️
```bash
git clone https://github.com/iwizard7/flask_web_passwordgen.git
pip install -r /requirements.txt
sudo nohup python3 main.py > log.txt 2>&1 &
```