Skip to content

tomasekk/cli-password-manager-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Password Manager

This program is a simple command-line password manager written in Python. It allows you to add and retrieve passwords for different websites, and also displays a list of saved domains.

How to Use

1. Run the program in your Python environment.

2. Choose one of the four options:

  1. Add a password: Enter the website name, username, and choose whether to generate a random password or add a custom one.
  2. Get a password: Enter the website name to retrieve the associated username and password.
  3. Show saved domains: Displays a list of saved domains.
  4. Quit: Exit the program.

3. Follow the prompts and enter the required information.

Dependencies

This program requires Python to run.

Files

This program consists of a single file, main.py, which contains the main program logic.

Passwords are saved in a file called "passwords.txt" in a directory called "passwds", which is created if it does not exist.

Author

This program was written by Ondrej Tomasek. linkedin.com/in/ondrat

About

Password manager in Python using CLI only.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages