Skip to content

Gerijacki/Secure-passwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure password generator

Logo
Hi 👋, I'm Gerijacki

Overview

This is a secure password generator developed in Python using the PySimpleGUI library. The application allows the user to generate secure passwords with various configuration options.

How to Use

  1. Installation

    Make sure you have Python installed. If not, download and install it from python.org.

    You can install the application using the following methods:

    • From GitHub Releases:

      1. Go to the Releases page.
      2. Download the latest release for your operating system.
      3. Extract the downloaded ZIP file.
      4. Run the app executable.
    • From Source: Clone the repository:

      git clone https://github.com/Gerijacki/Secure-passwd.git
      

      Install the dependencies:

      pip install PySimpleGUI
      

      Launch the app:

      python app.py
      
  2. Features

    • Customizable Length: The user can specify the length of the password they want to generate.
    • Inclusion of Uppercase and Symbols: Options to include or exclude uppercase letters and special symbols in the password.
    • Generation and Clipboard Copying: Once the password is generated, the user can copy it to the clipboard with a single click.
    • Password Saving: The generated password is saved in a history file for future reference.
  3. Usage

  4. Run the Python script: python password_generator.py.

  5. A window will appear with options to configure the password.

  6. Click the "Generate" button to create a new secure password.

  7. The generated password will be displayed in the window and ready to be copied to the clipboard.

  8. If you want to save the password, click "Save Password," and it will be stored in a history file (password_history.txt).

Remember, it's important to keep your passwords secure and unique for each account you have. Enjoy your secure password generator!

  1. Disclaimer

Please respect copyright policies when using this tool. This project is intended for educational and personal use only. The developers are not responsible for any misuse of the software.


GitHub Stats