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

Build an interactive Dictionary using Python 3.x
I have downloaded a 5MB data base consisting of words and their meanings in a json file . I want to write a python progrsm which will ask the user to enter a word and then the program will search through...
B

Biswanath Banerjee

0 0
0

Facebook Analytics
Assume how the Facebook application will store the millions of customer's record in real-time: facebook = { 'jose': { 'name': 'jose', 'age': 33, 'hobby': , # cricket,football 'mobile': 1111111111, 'email':...

Python Concurrent v/s Parallel Programming
Concurrent means, more than one task happening at a time in interleaved fashion, (ie.,)Task 'A' starts, and Task 'B' starts before task 'A' finish, after processing its(A and B) own purpose both the task...

Python programming - Applications
If you’re thinking of learning Python? Or if you recently started learning it? You may be asking yourself: "What exactly can I use Python for?" There are so many applications for python, but there...

How to know if an object is iterable?
An object in python is said to be an iterable if it obeys one of the following two rules:- 1. Object must consist of __getitem__ method 2. Object must consist of __iter__ method. String objects generally...
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