Skip to content

R3MU5x/PwGeneratorTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 _____  ____  __  __ _    _ _____     
|  __ \|___ \|  \/  | |  | | ____|    
| |__) | __) | \  / | |  | | |____  __
|  _  / |__ <| |\/| | |  | |___ \ \/ /
| | \ \ ___) | |  | | |__| |___) >  < 
|_|  \_\____/|_|  |_|\____/|____/_/\_\
 

pwgenerator

Secure, random password generation with a clean GUI — no browser, no cloud, no nonsense.


Quick Start

🐧 Linux

  1. Download all files into the same folder
  2. Right-click start_pwgen.shPropertiesPermissions → check "Is executable"
  3. Double-click start_pwgen.shExecute

Or via terminal:

bash start_pwgen.sh

🪟 Windows

  1. Download all files into the same folder
  2. Install Python from python.org → check "Add Python to PATH"
  3. Double-click start_pwgen.bat

How to Use

  1. Set your desired length with the slider
  2. Toggle character sets (uppercase, lowercase, numbers, symbols)
  3. Customize the symbol set if needed
  4. Choose how many passwords to generate (1 / 5 / 10)
  5. Click ⟳ GENERATE
  6. Click 📋 COPY to copy to clipboard

Features

  • Gradient header UI — same style as VPT
  • Password strength indicator — WEAK / MEDIUM / STRONG / VERY STRONG
  • Adjustable length slider — 8 to 64 characters
  • Toggle character sets individually
  • Custom symbol set — edit to your needs
  • Generate 1, 5, or 10 passwords at once
  • One-click clipboard copy
  • Settings saved between sessions
  • No external dependencies required (tkinter only)

Requirements

  • Python 3.6+
  • No external libraries required

Optional: pip install pyperclip for improved clipboard support on Linux


Files

File Description
passwordgenerator.py Main application
start_pwgen.sh Linux launcher (auto-installs dependencies)
start_pwgen.bat Windows launcher

Security Notice

Local utility only — passwords are never stored or transmitted.
Generated passwords use random.choices with cryptographically sufficient entropy for everyday use.
For high-security use cases, swap to secrets module.


License

MIT — free to use, including for commercial purposes.


Built with 💜 by R3MU5x · because weak passwords are not an option

About

Secure password & passphrase generator with GUI —> offline, no dependencies, no nonsense.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors