https://github.com/iwizard7/flask_web_passwordgen
https://github.com/iwizard7/flask_web_passwordgen
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/iwizard7/flask_web_passwordgen
- Owner: iwizard7
- Created: 2023-03-27T04:26:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T10:42:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T07:07:52.651Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask_web_passwordgen 🔐
  [](https://github.com/iwizard7/flask_web_passwordgen/actions/workflows/pylint.yml) [](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 &
```