Skip to content

hadinah/Password-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Password Generator

Overview

This application enables the user to generate a password from 1 to 99 characters, and copies it to clipboard.

  • It may include uppercase, lowercase letters as well as a collection of symbols/special characters.
  • It ensures that an integer is submitted for the length of the password, otherwise it returns a warning message.
  • The user can exit by using the exit button. The tool utilizes the TkInter GUI to interface with the user, and pyperclip to copy the password to the clipboard automatically.

image

image

image

About

Password Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%