https://github.com/innovativeinventor/safepass
A python-based random password generator that uses only safe words.
https://github.com/innovativeinventor/safepass
kids password password-generator python school
Last synced: 4 months ago
JSON representation
A python-based random password generator that uses only safe words.
- Host: GitHub
- URL: https://github.com/innovativeinventor/safepass
- Owner: InnovativeInventor
- License: mit
- Created: 2017-12-07T01:19:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T14:32:29.000Z (almost 8 years ago)
- Last Synced: 2025-07-01T12:02:00.270Z (4 months ago)
- Topics: kids, password, password-generator, python, school
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SafePass
A new python-based random password generator that uses only safe words. This is aimed for children/school audiences.# One-line install and setup
`curl -L https://git.io/vbiCp | sudo bash`
Now, when you type in `password `, passwords should be generated for you.# Setting up
Just clone this repository (and all submoduels) by typing in:
```
git clone --recursive https://github.com/InnovativeInventor/SafePass
```
Finally, execute the script by typing in:
```
python3 SafePass/password.pyUsage:
python3 password.py
-h --help Show help
-c --complex Specifies complex dictionary
-n --numbers Specifies length of the random number used
-a --amount Specifies the amount of passwords to be generated
-w --words Specifies the amount of passwords to be generated
```