Skip to content

KalyanM45/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Random Password Generator

This is a simple Flask web application that generates a random password based on user input. This Python code constitutes a Flask web application designed to generate random passwords based on user input. Leveraging the Flask framework, the application establishes a basic web interface where users can visit the homepage, input their desired password length through a form, and subsequently trigger the generation of a password. The underlying password generation logic involves shuffling a character set comprising uppercase and lowercase letters, digits, and special symbols. The generated password is then displayed to the user. The code ensures a simple yet effective implementation of a password generation tool, with easy integration and customization facilitated by Flask's minimalist structure.

How to Run

  1. Install the required dependencies:
pip install Flask
  1. Run the Flask application:
python your_app_name.py

Replace your_app_name.py with the actual name of your Flask application script.

  1. Open your web browser and go to http://localhost:5000

Usage

  1. Visit the homepage.
  2. Enter the desired password length.
  3. Click the "Generate Password" button.
  4. The generated password will be displayed.

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This Python code constitutes a Flask web application designed to generate random passwords based on user input. Leveraging the Flask framework, the application establishes a basic web interface where users can visit the homepage, input their desired password length through a form, and subsequently trigger the generation of a password.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors