Skip to content

This repository contains a simple password generator.

Notifications You must be signed in to change notification settings

St1reX/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator with Custom Keywords

This Python-based password generator allows users to create secure passwords by combining custom keywords with additional security elements such as numbers and special characters. The application lets users manage a list of keywords stored in a CSV file, enabling them to add, remove, and display keywords to use in password generation. The generator provides flexibility to specify how many and where numbers or special characters should be placed within the password. It is designed with an intuitive menu and error handling to guide users through the process.

Features:

  • Add, remove, and display custom keywords.
  • Generate passwords using keywords and add numbers and special characters.
  • Save and update keyword list in CSV format.
  • User-friendly menu with input validation.

Requirements:

To run this project, you need to install the csv23 library:

  pip install csv23

About

This repository contains a simple password generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages