Skip to content

jgreensmith/genpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Password Generator Script

Description

This script generates a random password using Python's secrets module for enhanced security. It allows users to specify the length of the password and whether to include special characters.

Features

  • Generate a password with a specified length.
  • Option to exclude special characters.
  • Copies the generated password to the clipboard for easy use.

Usage

Prerequisites

Make sure you have Python installed on your system. This script has been tested on Python 3.6 and above.

Installation

  1. Clone this repository or download the script.

  2. Navigate to the directory containing the script.

  3. Install the required packages using pip:

    pip install -r requirements.txt

About

generate random password in CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages