Skip to content

Freddy155/pass-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Password Generator App

Overview

This is a simple Python-based command-line application that generates random passwords with a specified length. It allows you to create strong and secure passwords that include uppercase letters, lowercase letters, numbers, and special characters.

Table of Contents

Features

  • Generates random passwords with a specified length.
  • Includes uppercase letters, lowercase letters, numbers, and special characters for password complexity.
  • Provides a user-friendly command-line interface for input.
  • Suitable for creating strong and secure passwords.

Usage

This application is designed to be used in a command-line interface (CLI) environment. It generates passwords based on user input.

Prerequisites

  • Python 3 installed on your computer.

Installation

  1. Clone or download this repository to your local machine.
git clone https://github.com/Freddy155/pass-gen
  1. Ensure you have Python 3 installed. You can download Python from the official website: Python Downloads.

  2. Navigate to the directory where the app.py file is located.

cd pass-gen

How to Run

  1. Open a terminal or command prompt.

  2. Navigate to the directory containing the app.py file.

  3. Run the application by executing the following command:

python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages