Skip to content

Poonam-13/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Password Generator and Manager

This is a simple Python application that allows you to generate strong passwords and manage them securely. It provides a menu-based interface where you can generate passwords of desired length, save them along with usernames, and retrieve passwords when needed.

Features

  • Generate strong passwords of specified length
  • Save passwords along with corresponding usernames
  • Retrieve passwords based on usernames

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Poonam-13/password-generator-manager.git
    
  2. Change into the project directory:

    cd password-generator-manager
  3. Install the required dependencies:

     pip install -r requirements.txt
    
  4. Run the application:

    python main.py
    
    

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Make sure to follow the existing code style and add appropriate tests for new features.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages