Skip to content

Python script to build a random password generator. The program will take the desired password length and whether or not to use digits or special characters in the password. It will output a random sequence of characters to be used as a password

M2Robot/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Password Generator

Python script to build a random password generator. The program will take the desired password length and whether or not to use digits or special characters in the password. It will output a random sequence of characters to be used as a password.


Operating System Support

gen_password.py works on any of the following operating systems:

Android (Using the Termux App)
Linux (Debian Based Systems)
MacOS, IOS (Terminal, ISH)
Windows


How to Install

Open the terminal and type following commands (Default OS is Linux).

  • apt update

  • apt install git

  • git clone https://github.com/M2Robot/Password-Generator.git

  • cd G-Passwd

  • python3 gen_password.py


alt text here

About

Python script to build a random password generator. The program will take the desired password length and whether or not to use digits or special characters in the password. It will output a random sequence of characters to be used as a password

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages