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

What is Python Egg?
(Attention: This is a technical post for Python developers. If you are not python programmer you might want to skip this). An .egg format files in Python is the standard distribution package contains...


File Handling in Python - Basic Concept
File (Flat) Handling in Python Types of files in python: 1: Text file: Stores data in the form of characters. Customarily used to store text/string data. 2: Binary file: Stores data in the form of bytes....

Python Demo
https://www.youtube.com/watch?v=8AEhpZ4lbOI

OS Module
1. OS module interacts with your operating system. Use this to create folder, remove folder, move folder, change the working directory. Ex: import oscurDir=os.getcwd() #get current working directoryprint(curDir)os.mkdir('praveen')...
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