This a basic Python script for generating random passwords of varying lengths and complexities.
- Clone the repository or download the password_generator.py file.
- Run the script using Python in your preferred environment.
- Follow the prompts to specify the length of the password and whether to include digits and special characters.
- View the generated password.
- Generates random passwords with varying lengths.
- Allows customization of password complexity by including digits and special characters.
- Simple and easy-to-use interface.
Python3.x
This project is licensed under the MIT License - see the LICENSE file for details.