Skip to content

Random Pass Generator is a Python script designed to generate strong and secure passwords with customizable lengths.

License

Notifications You must be signed in to change notification settings

rajp013/Random-Pass-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Random Pass Generator

Overview

Random Pass Generator is a Python script designed to generate strong and secure passwords with customizable lengths.

Features

  • Generates strong and secure passwords with customizable lengths.
  • Utilizes Tkinter GUI for a user-friendly interface.
  • Includes a mix of lowercase letters, uppercase letters, digits, and special characters for enhanced security.

Linux setup

  1. Clone github repo
git clone https://github.com/rajp013/Random-Pass-Generator.git
  1. Install python dependency
pip install tk
  1. Run the Script
cd Random-Pass-Generator
python passg.py

Windos Setup

  1. Clone the Repository or just download the code:
git clone https://github.com/rajp013/Random-Pass-Generator.git
  1. Install python dependency
pip install tk
  1. Run the script
python passg.py

Contributions and feedback are welcomed and appreciated! 🙌 ✨

About

Random Pass Generator is a Python script designed to generate strong and secure passwords with customizable lengths.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages