Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thinkroot99/passcraft

Script to generate random passwords
https://github.com/thinkroot99/passcraft

password password-generator python script

Last synced: about 6 hours ago
JSON representation

Script to generate random passwords

Awesome Lists containing this project

README

        

# PassCraft

### Description:
- This script allows the user to generate random passwords according to desired specifications, including password length, inclusion or exclusion of special characters, and specifying the number of generated passwords.

### Usage:
- Make sure you have Python installed on your computer. You can download and install Python from [https://www.python.org/downloads/](https://www.python.org/downloads/).
- Download the script for generating random passwords or create a new text file and copy the code from the script into the text file.
- Open the terminal or command line and navigate to the directory where the script is located.
- Run the script using Python. To do this, type `python PassCraft.py` and press Enter.
- Follow the instructions displayed by the script to specify the desired password length, whether you want to include special characters, the number of desired passwords, and whether you want to generate more passwords.
- The script will generate and display random passwords according to the provided specifications.
- You can repeat steps 5-6 to generate more sets of passwords if desired.