nikhom14/password-generator-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Password Generator repository! This sleek, customizable Python GUI app allows you to generate strong, secure passwords instantly with just a click. Whether you need a password for your new account or to enhance your security, this tool is here to help.

Password Generator

  • User-Friendly Interface: Built with Tkinter, the GUI is intuitive and easy to navigate.
  • Customizable Passwords: Choose length and character types to fit your needs.
  • Instant Generation: Generate a secure password with a single click.
  • Clipboard Integration: Easily copy your password to the clipboard for quick use.
  • Cross-Platform: Works on Windows, macOS, and Linux.
  • Python 3: The core programming language for this application.
  • Tkinter: The standard GUI toolkit for Python, providing a simple way to create desktop applications.
  • Random Module: Used for generating random characters for the passwords.

To get started with the Password Generator, follow these steps:

  1. Clone the Repository:

    git clone https://.com/nikhom14/password-generator-py.git
  2. Navigate to the Project Directory:

    cd password-generator-py
  3. Install Required Packages:

    Make sure you have Python 3 installed. You can install the required packages using pip:

    pip install -r requirements.txt
  4. Run the Application:

    After installation, you can run the application with:

    python main.py

Using the Password Generator is simple:

  1. Launch the Application: Run the main.py file.
  2. Select Your Preferences: Choose the length of your password and the types of characters you want to include (uppercase, lowercase, numbers, symbols).
  3. Generate Password: Click the "Generate" button to create a secure password.
  4. Copy to Clipboard: Use the "Copy" button to copy the generated password to your clipboard for easy use.

Password Generation

We welcome contributions! If you would like to improve the Password Generator, please follow these steps:

  1. Fork the Repository: Click on the "Fork" button at the top right of the page.

  2. Create a New Branch: Use a descriptive name for your branch.

    git checkout -b feature/YourFeatureName
  3. Make Your Changes: Edit the code as needed.

  4. Commit Your Changes:

    git commit -m "Add some feature"
  5. Push to Your Branch:

    git push origin feature/YourFeatureName
  6. Open a Pull Request: Go to the original repository and click on "New Pull Request."

This project is licensed under the MIT License. See the LICENSE file for details.

If you have any questions or suggestions, feel free to reach out:

To download the latest version of the Password Generator, visit the Releases section. Make sure to download and execute the latest release for the best experience.

Download Release

Thank you for checking out the Password Generator! We hope this tool helps you secure your online accounts with ease. Your feedback and contributions are valuable to us. Happy coding!

About

# Password Generator GUI (Python) Effortlessly create secure passwords with a user-friendly interface. This project features customizable options and easy clipboard access for your convenience. πŸ™βœ¨

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •