larymak / Python-project-Scripts

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
GNU General Public License v3.0
1.14k stars 854 forks source link

Add password generator script #279

Closed LpCodes closed 1 year ago

LpCodes commented 1 year ago

This commit adds a Python script for generating strong passwords using the tkinter GUI library, as well as a readme file with usage instructions and dependencies, and a requirements file specifying the required packages and versions. The password generator script includes the ability to set the length of the password, validate user input, and copy the generated password to the clipboard.

github-actions[bot] commented 1 year ago

Hi @LpCodes! :wave:

Thank you for submitting a pull request! We appreciate your contribution and will review your changes as soon as possible.