Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 698 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 698 Bytes

Simple Password Generator

PassGen


Basic features - easy way generate passwords:

  • Simple: For typing by hand.
  • Medium: Contain chars, CHARS, numbers. Excluded similar by writing i, l, o, I, L, O, 1, 0.
  • Strong: Contain chars, CHARS, numbers, symbols. Excluded similar by writing i, l, o, I, L, O, 1, 0.
  • Turn: Turn layout EN-RU and RU-EN. Easy for remember, hard for guess.

Required:

  • Python 3.x
  • PyQt5

Launch @ Linux/MacOS:

  • python3 passgen.py
  • ./passgen.py
  • or make shortcut

Copyright by diSabler under GPLv3 License