Skip to content

edrisranjbar/mypassmaker

Repository files navigation

MyPassMaker

mypassmaker is a python package for making strong password and checking password's safety.

Downloads

How yo use?

from mypassmaker import Password
my_password = Password.generate(length=10)

and if you wanna have your password in your gmail inbox, then you can use send_email() method like this:

Password.send_email(gmail_user="", gmail_password="", sent_from="", send_to="", my_password=my_password)

How to contribute?

Thanks for being so kind about this project. It is completely Open Shource so go ahead and make a Fork for yourself and work on it. When you are ready; You can just make a Pull Request (PR) and I will commit your changes if it is possible.

Contact Us

E-mail: edris.qeshm2@gmail.com
Website: www.edrisranjbar.ir

Releases

No releases published

Packages

No packages published

Languages