Skip to content

L3G4Cyy/random-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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