Best Flask open-source libraries and packages

Random Password Generator

A Web Application to generate random passwords,
Updated 1 month ago

This is a Random Password Generator.


Made with

  • Python
  • Flask
  • HTML
  • CSS
  • JS
  • Bootstrap

How to Use

  1. Download/Clone this Repo
  2. Run app.py
  3. Open Your Browser
  4. Go to http://127.0.0.1:5000/
  5. Use as per your needs

Working

  • passoword.py generates the password.
  • app.py calls index.html (in "templates" folder) to open in a browser
  • index.html gets its css, js and bootstrap from the "static" folder
  • index.html takes user imput and returns to app.py
  • app.py passes user input to password.py
  • password.py generates password and returns it to app.py
  • app.py returns the password to index.html to print it on the screen.

Planning to deploy this as a Web App on Cloud