Skip to content

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.

Notifications You must be signed in to change notification settings

matthewBeckwith/pythonPasswordGenerator

Repository files navigation

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!


About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages