Password Generator: A super basic password generator based off of Python, I don't think this one needs that much documentation.
This section will teach you how to download this app.
Literally, all you need is Python.
Do my usual steps on downloading something by me.
Step 1: Click on Code and then click on Download ZIP.
Step 2: A ZIP file should download. Extract the ZIP file to where you want it to be.
Now all you have to do is run it by opening the folder in the Terminal and typing one of these commands:
python3 main.pyw
python main.pyw