UrbanPro
true

Learn Python Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

Python Script for random Password generation

Mohommed Iqbal Hawre
15/05/2017 0 0
from random import randint
def passwordgen(request):
str_not_include = "1 L I i l o O 0"
str_small ="abcdefghjkmnpqrstuvwxyz"
str_caps = str_small.upper()
str_num = "23456789"
str_special ="!@#$&"
pw = []
for i in range(1):
pw.append(str_special[randint(0,4)])
for i in range(2):
pw.append(str_num[randint(0,7)])
for i in range(3):
pw.append(str_small[randint(0,22)])
for i in range(2):
pw.append(str_caps[randint(0,22)])
print ("before Shuffel",pw)
new_ls = []
#while len(new_ls)<8:
for i in pw:
ch = i#pw[randint(0,7)]
index = randint(0,7)
#if ch not in new_ls:
new_ls.insert(index,ch)
print ("after Shuffel",new_ls)
strpw=""
for ch in new_ls:
strpw= strpw + str(ch)
print ("finally",strpw)
For Live Demo:
matmock . pythonanywhere . com / study / randompassword
0 Dislike
Follow 0

Please Enter a comment

Submit

Other Lessons for You

Decorator Introduction
A decorator takes in a function, adds some functionality and returns it. Functions can be passed as arguments to another function like map, filter and reduce Function that take other functions as arguments...

Be prepared to get trained--init
Before starting the training,students must be mentally prepared for acceptance of new knowledge. Students must attend training with open minded forgetting the position they are working.This will help...
S

Smartnub Softsolutions

0 0
0

DBMS - SQL - Any/All
All - Operator SELECT empno, sal FROM emp WHERE sal > ALL (1999, 2999, 3999); Output of Above query is same as below query SELECT empno, sal FROM emp WHERE sal > 1999 AND sal > 2999...

Radhe Shyam

0 0
0

Python in Unix
Python in Unix How to run command on unix Commands cannot be run directly on a unix server like we do in shell script. SYNTAX: system("Command") check_output("Command", shell=True) call("Command",...
R

Rishi B.

0 0
0

Why Python
Python can be used in any futuristics technology A= Analytics Data Science Artificial Intelligence(AI) Neural Network(NN) Natural Language Processing(NLP) Computer Vision(OpenCV) In Analytics...
X

Looking for Python Training Classes?

The best tutors for Python Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Python Training with the Best Tutors

The best Tutors for Python Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more