Skip to content

nurbaeth/SecurePassGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

SecurePassGen

SecurePassGen is a simple yet powerful password generator written in Python. It allows users to generate secure passwords with customizable options.

Features

  • Generate passwords of a specified length
  • Include/exclude digits, uppercase/lowercase letters, and symbols
  • Generate multiple passwords at once
  • Save generated passwords to a text file

Installation

Ensure you have Python installed on your system.

Usage

Run the script using:

python securepassgen.py

Follow the prompts to generate passwords with your preferred settings.

Example Output

Enter number of passwords to generate: 5
Enter password length: 12 
Include digits? (y/n): y
Include uppercase letters? (y/n): y
Include lowercase letters? (y/n): y
Include symbols? (y/n): n

Generated passwords:
Gf8jKdPqLz2h
M5PqLxTzYs9W
...

Save passwords to file? (y/n): y
Passwords saved to passwords.txt

License

This project is licensed under the MIT License.

About

A simple yet powerful password generator written in Python. Customize length, character sets, and generate multiple passwords at once.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages