This is a simple Python script that generates a random password using a combination of uppercase and lowercase letters, numbers, and symbols.
Clone the repository: git clone https://github.com/PiyushRaj714/random-password-generator.git Navigate to the directory: cd random-password-generator Run the script: python password_generator.py The program will ask for the desired length of the password. Enter the desired length and press enter. The program will generate a random password and display it on the screen.
How long do you want the password to be? 12 Here is your password: A$5dF#9@Xt2^
If you have any suggestions or improvements, feel free to create a pull request or open an issue.
This project is licensed under the MIT License. See the LICENSE file for details.