Random-Password-Generator


Random Password Generator (RPG)

📌 Project Overview:

Project Title: Random Password Generator (RPG)
Instructor: Dr. Prateek Raj Gautam
Submitted By: Vikash Kumar Singh
SAP ID: 590014667


📜 Project Description:

The Random Password Generator (RPG) is a Python-based application designed to help users create secure and complex passwords. This project utilizes the power of the Tkinter library to provide a simple and interactive graphical user interface (GUI) for generating passwords that combine uppercase and lowercase letters, numbers, and special characters.

This tool aims to enhance online security by offering a reliable way of generating strong passwords that are difficult to guess or crack.


✨ Key Features:


🚀 How to Use:

  1. Run the Application: To launch the application, open a terminal or command prompt and run the Python file:
    python Passwordrandom.py
    
  2. Set Desired Length: Enter the desired length of the password in the provided input field (minimum length: 4 characters).

  3. Generate Password: Click the Generate Password button to generate a strong, secure password.

  4. Copy to Clipboard: Once the password is generated, click the Copy to Clipboard button to copy the password for easy use.

🛠 Libraries Used:


💡 Additional Notes: