Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

PyPass

This is a random password generator in python that does NOT store ANY of your data.

Where can I use it ?:

  • Windows (.exe compiled version available on GitHub)
  • Ubuntu
  • macOS

With this script, you can:

  • Select the password length
  • Enable/disable numbers
  • Enable/disable special chars
  • Change the special char list

HOW TO DOWNLOAD:

  • pip3 install py_pass
    or
  • git clone https://github.com/ZKAW/PyPass
    or
  • Download the .zip by clicking here

HOW TO LAUNCH:

  • Import the script with: from py_pass import randPass
    or
  • Launch the script with: python3 PyPass.py (python3 required)
    or
  • Launch the Windows .exe (python not required)

HOW TO USE PIP MODULE:

HOW TO HELP ME:

  • Like
  • Fork
  • Tell your friend about it ! :)

DISCLAIMER

This script is not storing ANY of your data, so you can use it in a totally transparent and safe way. Enjoy ! :)

You can’t perform that action at this time.