Simple password generator on python
Find a file
Ninnjah 878770ff5b Moved from os to pathlib
Update save_to_file function
2022-04-03 01:28:25 +03:00
assets Add banner 2021-09-25 12:01:24 +03:00
dictionaries Add english words from https://github.com/dwyl/english-words 2021-09-24 18:59:06 +03:00
utils Moved from os to pathlib 2022-04-03 01:28:25 +03:00
.gitignore Update .gitignore 2021-09-25 11:30:53 +03:00
__main__.py Moved from os to pathlib 2022-04-03 01:28:25 +03:00
LICENSE Create LICENSE 2021-09-25 21:11:12 +03:00
README.md Moved items 2021-09-25 13:48:36 +03:00

Banner

Password generator

It is a simple password generator writen on python.

Features

  • Choosing characters to generate a password
  • Generating passwords from a dictionary
  • Generating multiple passwords
  • Save passwords to file