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.15k stars 861 forks source link

Update password_generator.py #376

Open theomous opened 7 months ago

theomous commented 7 months ago

I am a student in an IT department. In the software engineering course we learn about open source and I have a project on it. For the purposes of this project i created a password_strength function that checks the password strength.

github-actions[bot] commented 7 months ago

Hi @theomous! :wave:

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

larymak commented 7 months ago

Hi @theomous this is a good addition, as a good practice to contribution its advised to also include a README with details on what your projects does, how to run it and some screenshots if applicable.