I created a Secure Password Generator that can create long passwords and let users choose what to use. Here's how it works:
You get asked how many passwords you make, as well as how long each password is.
You can choose whether passwords include symbols, letters and numbers
Each password gets automatically saved during each section
Where to get it?
You can get the Free and Open-Source Secure Password Generator by opening the Versions button and clicking one of the 3 links. fixed.py is recommended.
Versions
Next, follow these steps:
Open one of the links
Copy the Code
Right-Click on Windows Explorer and create a new file (preferably with NotePad)
Install Python by opening up this link and install the latest version of Python. Follow the steps to install it.
Paste the code in the file
Save as a .py file
Run the file by double-clicking it or preferably, opening terminal and type in the filename of the Python File.