Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Python Password Generator

Introduction

This is a very simple and secure password generator in pure Python with no external dependencies.

Features

  • Gives you the option to set the length of the resulting password.
  • You can choose to include upper case characters, lower case characters, special characters or digits.

How to run ?

Once you have Python installed clone this repo and just navigate to the location of the genpasswd.py script on terminal and run the following:

On Windows:

python.exe .\genpasswd.py 

On Linux/MacOS and UNIX like systems:

python3 ./genpasswd.py

That's it!

Demonstration

This is a screenshot of the script running successfully (on Windows) and generating password with the required conditions satisfied:

Screenshot of the script running on Windows

Contact

For technical clarifications please drop a mail to: aravindum333@gmail.com

Yours respectfully,

Aravind A (S/O Sindhu)

About

A simple and secure password generator in Python.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages