Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.44 KB

README.md

File metadata and controls

65 lines (40 loc) · 1.44 KB

What is Random Password Generator?

"Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across the Internet, and learn over 30 tricks to keep your passwords, accounts and documents safe.

Random Password Generator

Table of Contents

Usage

Download a stable release from release

Run passwordgen.exe

Features

Following features are used to enhance password security

  • Uppercase
  • Lowercase
  • Numbers
  • Symbols

TODO

  • Require a least 1 symbol
  • Require at least 1 numer
  • Add Password History and save to a file that is encrypted.

Demo

YOUTUB LINK

Design Idea

Password Generator  Idea

Development

Contribute to GitHub github repository

Technologies

  • Python
  • PySimpleGUI (for gui)
  • Notify-Py (for notifications)
  • Pyperclip (for clipboard managment)

Tests

For windows:

python -m unittest.py

For Linux Debian/Ubuntu based distros:

python3 -m unittest.py