Skip to content

0Mr-Panda0/PyPassWizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPassWizard

Welcome to PyPassWizard!

This is a command-line application designed to generate and securely store passwords. It is lightweight, easy to use, and perfect for managing your passwords directly from the terminal.

Features

  • Generate strong, random passwords of customizable length.
  • Store passwords securely in an encrypted database.
  • Retrieve stored passwords by name or tag.
  • Delete passwords securely.
  • User-friendly CLI interface with clear commands and options.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/0Mr-Panda0/PyPassWizard.git
  2. Navigate to the project directory:

    cd PyPassWizard
  3. Install the required dependencies:

    uv sync
  4. Download the application from pip or uv:

    pip install pypasswizard

    or

    uv add pypasswizard
  5. Run the application:

    pypasswizard --version

Usage

Here are some examples of how to use PyPassWizard:

Generate a Password

Generate a random password with a specified length:

pypasswizard generate -l 13 -c yes -i yes -d yes -s no

Store a Password

Store a password with a name for easy retrieval:

pypasswizard store --name "GitHub" --password "mySecurePassword123!"

Retrieve a Password

Retrieve a stored password by its name:

pypasswizard retrieve --name "GitHub"

Delete a Password

Delete a stored password securely:

pypasswizard delete --name "GitHub"

Export Passwords

Export stored passwords:

pypasswizard export --name "output" --format xlsx --location passwords

Note: Current supported formats csv, xlsx, parquet, json, md

Import Passwords

Import passwords:

pypasswizard import --name "output" --format xlsx --location passwords

Note: Current supported formats csv, xlsx, parquet, json, md

View Help

View all available commands and options:

pypasswizard --help

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a pull request.

Roadmap

Here are some planned features for future releases:

  • Password strength checker.
  • Add Auto-Completion.
  • Multi-language support for CLI messages.
  • Integration with cloud storage for password backups.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or suggestions, please open an issue or contact me at Karan Behera.

Acknowledgements

  1. uv
  2. ruff
  3. mypy

Thank you for using PyPassWizard!

CI Pipeline

Upload Python Package to PyPI when a Release is Created

About

A CLI app to generate password

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages