Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thinkroot99/passcraft
- Owner: thinkroot99
- License: gpl-3.0
- Created: 2024-03-19T10:44:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T19:27:28.000Z (6 months ago)
- Last Synced: 2024-05-09T20:39:09.009Z (6 months ago)
- Topics: password, password-generator, python, script
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.