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.
- Host: GitHub
- URL: https://github.com/matthewbeckwith/pythonpasswordgenerator
- Owner: matthewBeckwith
- Created: 2017-08-15T19:31:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T14:43:45.000Z (almost 8 years ago)
- Last Synced: 2023-07-29T05:21:17.233Z (almost 2 years ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!