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

A program to determine the molecular weight of a hydrocarbon based on the number of Hydrogen,Carbon and Oxygen atoms.
import osimport math# A program to calculate Molecular Weight of a Hydrocarbon # These are the atomic weights(grams/mole) of Hydrogen,Carbon and OxygenatomicwtH = 1.0079atomicwtC = 12.011atomicwtO = 15.994Hatoms...

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...

Python Programming
Python is a widely used general-purpose, high-level programming language. This is an Open Source Software and its source code is available with a license in which the Copyright holder provides the rights...

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...

Visualize your python code
Hi All, Many developers in the beginning of their career want to visualize how their code is working and the program flow. You can use the following link to visualize your python code. http://www.pythontutor.com/visualize.html#mode=edit ...
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