PasswordGenerator is a simple Python program that generates a random password with a custom length, using letters, numbers and symbols!
First and foremost, make sure you have Python downloaded on your computer!
Next up, run the passwordgenerator.py file. A window will pop up, prompting you to input a password length:
Enter a number and click enter:
The program will generate a random password with the specified length. Feel free to copy and paste it, and press any key to exit the program!
That's it! You now have a randomly generated password of your desired length, with a very simple Python program! Feel free to use this code in any of your projects, as it is open-source and licensed under the MIT License!