RiseofRice / password-Creator

MIT License
0 stars 0 forks source link

~~~Flask Password Generator~~~

forthebadge forthebadge


Installation

Dependencies

You'll need Python 3.11 and Flask installed
Flask


just install the Requirements.txt with the command
pip install -r requirements.txt maybe with sudo in unix systems
and run it with python app.py


you can use the dockerfile too:

After that:

Or use docker-compose:

Maybe the rendered html needs to be adapted to your port configuration especially the redirect action in the form


Usage

after the installation it's available on 0.0.0.0:8080 which means 127.0.0.1:8080 on Docker
and 0.0.0.0:8080 on native Python


On the website are just 2 Input Boxes.

for example 0.0.0.0:8080/new?q=8&length=25


License :scroll: