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.
- Add a password: Enter the website name, username, and choose whether to generate a random password or add a custom one.
- Get a password: Enter the website name to retrieve the associated username and password.
- Show saved domains: Displays a list of saved domains.
- Quit: Exit the program.
This program requires Python to run.
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.
This program was written by Ondrej Tomasek. linkedin.com/in/ondrat