Mini-Projects

时间:2024-04-05 22:48:30
【文件属性】:

文件名称:Mini-Projects

文件大小:1KB

文件格式:ZIP

更新时间:2024-04-05 22:48:30

Python

密码生成器 密码生成器是简单的代码,使用它我们可以根据用户提供的长度生成随机密码。 安装 您可以导入,然后使用pip install。 您需要以下两个包装字符串随机 #Using below two package/module we can build a strong password. #based on user input we can take length of the password. ```python import string import random 贡献 拉请求是欢迎的。 对于重大更改,请先打开一个问题以讨论您要更改的内容。 请确保适当更新测试。 执照 不需要。


【文件预览】:
Mini-Projects-master
----README.md(614B)
----password_gen.py(1KB)

网友评论

相关文章