Random Pass Generator is a Python script designed to generate strong and secure passwords with customizable lengths.
- 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.
- Clone github repo
git clone https://github.com/rajp013/Random-Pass-Generator.git
- Install python dependency
pip install tk
- Run the Script
cd Random-Pass-Generator
python passg.py
- Clone the Repository or just download the code:
git clone https://github.com/rajp013/Random-Pass-Generator.git
- Install python dependency
pip install tk
- Run the script
python passg.py