Skip to content

somarkn99/python-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Create Random password by python

Get a powerful password in seconds

Code

chars = "abcdefghijkmnopqrstuvwxyz"
CHARS = chars.upper()
symbols = "[]{}()*;_-=/,0!@#$"
numbers = "0123456789"

allVariables  = chars + CHARS + symbols + numbers

len = 16

password = "".join(random.sample(allVariables,len))

Where you can use this ? 🤔

You can use this code (which is the simplest possible form) in any Python project for you, all you need to do is copy the previous code and place it in the right place.

Note ⚠️

Not all of these codes have to be from my pure work, there are many of them on the Internet that I may have done some but not limited to some modification, improvement, or modification of the appearance of the code to become readable, understandable or appropriate to the place of use. If you have any code you think will be useful and people will use frequently in many projects do not hesitate to do a pull request to this repo.

Let's Connect

Hire Me 🔥

By the way, I'm available to work as freelancer, feel free to communicate with me in order to transform your project from an idea to reality.

You Can contact me for freelancer job vie email :

freelancer@somar-kesen.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages