If you have doubts about online password generators and prefer to make your own, you're in luck. Visit my blog article that provides a detailed guide on using Python and Flask to develop a personalized password generator from scratch.
Build The Ultimate Free Password Generator Using Python And Flask - Blog Article: https://www.sysadmintutorials.com/build-ultimate-free-password-generator-python-flask/
Then take the next step and Docker containerize this application by following my step-by-step guide below:
How To Docker Containerize A Python Flask Application - Blog Article: https://www.sysadmintutorials.com/how-to-docker-containerize-a-python-flask-application/
- pwgen.py - Python script containing the code to generate customized random password
- index.html - web front end, needs to be placed in a folder called templates
- Dockerfile - used to Docker containerize the app
- requirements.txt - also used for Docker containerization