Skip to content

mmopl/password-maker-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Maker

Overview

Password Maker is a simple password generation tool built using Python and Tkinter. It allows users to generate secure passwords based on various criteria such as length, character types, and more.

Features

  • Password strength calculation based on length, uppercase letters, digits, and symbols.
  • Visual representation of password strength with a color-coded strength bar.
  • Customizable password generation settings, including length and character types.
  • Option to remember generated passwords for easy access.
  • Save generated passwords to a text file for future reference.
  • Copy generated passwords to the clipboard with a single click.

How to Use

  1. Run the program using the Python interpreter.
  2. Customize password generation settings in the user interface.
  3. Click the "GENERATE PASSWORD" button to create a new password.
  4. Copy the generated password to the clipboard using the "COPY TO CLIPBOARD" button.
  5. Optionally, save passwords to a file using the "Save as..." option in the File menu.
  6. Toggle the "Remember passwords" checkbox to store passwords for the current session.

Dependencies

The program uses the following external libraries:

  • Tkinter: Python's standard GUI toolkit.
  • Numpy: For numerical operations and random password generation.
  • Pyperclip: For clipboard functionality.

Compatibility

The program is built and tested on Python 3.x. Ensure that the required dependencies are installed before running the application.

Author

Mark Montoya

Version

1.5 (November 2020)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published