Final Project
Final Project
1. Chapter 1 – Introduction
1.1 - Overview of Python
1.2 - Overview of the Project
2. Chapter 2 - Implementation
2.1- Methodology
2.2- Flowchart
3. Chapter 3 – Pictorial
Representation of Project
2. Vibrant Community - The community has a long list of users who can help
freshers in finding their objectives quickly.
3. High – Level Language and Easy Readability - Python is considered as a
high-level programming language because of its functionalities. The
language can be used to design both straightforward and complex websites.
Application development is on the rise of this generation because of
consumer demand. The coding format is designed efficiently, which allows
programmers to read and edit easily.
1.2 Introduction of the Project
Title – Random Password Generator
Objective – To create a python program that will generate the random password of
the length defined by the user consisting of lowercase, uppercase and special
characters.
So, Task assigned to us by teacher for mini project is to make a strong password
generator which takes length as input from user and returns a strong password
including mixture of uppercase alphabets, lowercase alphabet, special characters
and numbers in it but it should not include < or > in that password, so that it cannot
cause trouble in browser.
2.1 Flowchart
CHAPTER – 3
Graphical Representation of the Project
fig. One
Here Module” RANDOM” to generate random value out of given options and it ask user for
length of Password
fig. Two
fig. Four
Here if the length given by user is smaller than 12 then is again ask for “Enter a valid length”
Otherwise it generates the Password
RESULT
fig. Five
When length of password given by user small than 12, then code will ask user to give a valid
input.
fig. Six
When Length is not numeric form, then code ask user to give input in numeric form.
fig. Six
When length of password given by user is more than 12, then code will generate a random
password.
CHAPTER – 4
Code of the project
ON GitHub- https://github.com/Alok-2004/projectclient.git