Skip to content

RandomPassGen-GUI.py #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

shahmohsiin
Copy link
Owner

Tkinter-Based GUI Random Password Generator

Overview

This Tkinter-based GUI Version Of R.P.G generates strong and random passwords to enhance your online security. It provides a simple and user-friendly interface for generating secure passwords tailored to your needs.

Features

  • Password Length Selection: Choose the desired length of your password.
  • Character Set Customization: Select from options like uppercase letters, lowercase letters, numbers, and special symbols to customize your password.
  • Password Preview: Instantly preview the generated password.
  • Copy to Clipboard: Easily copy the password to your clipboard for convenient use.

Installation

  1. Clone this repository to your local machine: bash git clone https://github.com/piscesmohsin/Python-Random-Password-Generator
  2. Install the required Python libraries: bash pip install tkinter pip install pyperclip

Usage

  1. Run the application: bash python RandomPassGen-GUI.py

# Tkinter Based GUI Random Password Generator


## Overview
This Tkinter-based GUI application generates strong and random passwords to enhance your online security. It provides a simple and user-friendly interface for generating secure passwords tailored to your needs.

## Features
- Password Length Selection: Choose the desired length of your password.
- Character Set Customization: Select from options like uppercase letters, lowercase letters, numbers, and special symbols to customize your password.
- Password Preview: Instantly preview the generated password.
- Copy to Clipboard: Easily copy the password to your clipboard for convenient use.

## Installation
1. Clone this repository to your local machine:
   ```bash
   git clone https://github.com/piscesmohsin/Python-Random-Password-Generator
   ```
3. Install the required Python libraries:
   ```bash
   pip install tkinter
   pip install pyperclip
   ```

## Usage
1. Run the application:
   ```bash
   python RandomPassGen-GUI.py
   ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant