Skip to content

jahnavirishikesh/Password-Generator-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Password-Generator-App

This repository contains a password generator program implemented in Python. The program generates strong and secure passwords based on user-defined criteria and provides the ability to copy the generated password to the clipboard. The graphical user interface (GUI) is built using the Tkinter library, and the pyperclip library is used for the copy-to-clipboard functionality.

Requirements

To run the password generator, you need to have the following requirements installed:

  • Python 3.7+
  • Tkinter library
  • pyperclip library

You can install the required libraries using pip, the package installer for Python. Open a terminal or command prompt and run the following commands:

pip install tkinter
pip install pyperclip

Usage

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/jahnavirishikesh/Password-Generator-App.git
  1. Change into the cloned directory:
cd Password-Generator-App
  1. Run the password generator program:
python password_generator.py
  1. The graphical user interface will open. Specify the password length.

  2. Click the "Generate Password" button to generate a random password.

  3. The generated password will be displayed in the text field. To copy it to the clipboard, click the "Copy to Clipboard" button.

  4. You can now paste the password into any desired location.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages