This is a standalone program that will create, store, and retrieve passwords. First Version will be a console made program as a proof of concept and working kinks out, with a final version having a GUI.
This is just a project i like to do, much like little Tic-Tac-Toe Games or 'Rock, Paper, Scissors' to keep me programming and learning and becoming more efficient as a programmer overall. I thought, maybe others would like to see instead of just throwing them away and rebuilding again at a later date... enjoy!
This Generates three kinds of Passwords for you, saves, and searches saved passwords.
- A Basic Password - Generated with random Characters [a-z], [A-Z], [0-9]
- A Special Characters Password - Generated with random Characters [a-z], [A-Z], [0-9], and ['%','/','-','.','(',')','#', and 'Underscore']
- A Phrase Based Password - Generated using a growing list of nouns, verbs, and prepositions
Clone or Download the Repo, then:
- For Console Program:
- In Terminal, change to the downloaded DIR and type "python3 passwordGenerator_v1.py" and you're good to go!
None, Let me know!