Skip to content

sysadmintutorials/free-password-generator-python-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Password Generator Using Python and Flask

Date: 11/07/2023

Version: 1

Twitter: @systutorials

Description

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/

File Listing & Description

  1. pwgen.py - Python script containing the code to generate customized random password
  2. index.html - web front end, needs to be placed in a folder called templates
  3. Dockerfile - used to Docker containerize the app
  4. requirements.txt - also used for Docker containerization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published