This is a simple password generator built using Python. It allows users to generate random passwords with varying levels of complexity, including the option to use lowercase and uppercase letters, numbers, and symbols.
- Generate passwords of varying lengths
- Include or exclude lowercase and uppercase letters
- Include or exclude numbers
- Include or exclude symbols
- Easy-to-use command line interface
- Clone the repository to your local machine.
- Open the command prompt and navigate to the directory where the repository is saved.
- Run the following command to generate a password:
python Pass_Gen.py
- Follow the prompts to choose your desired password length and complexity.
This project is licensed under the MIT License.
This project was inspired by a tutorial on Real Python and was built as a learning exercise for Python programming.