An open API service indexing awesome lists of open source software.

https://github.com/matthewbeckwith/pythonpasswordgenerator

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.
https://github.com/matthewbeckwith/pythonpasswordgenerator

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# pythonPasswordGenerator

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!



# What it does -

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
---

# How to use it -

Clone or Download the Repo, then:

1. For Console Program:
- In Terminal, change to the downloaded DIR and type "python3 passwordGenerator_v1.py" and you're good to go!

---

# Known Bugs -

None, Let me know!