# PasswordManagerX
simple password manager.

	Password Manager X

                Commands:
                    create [password_desc] [password_len] - generating passwords.
                    append - appending your passwords.
                    list [read_value] - listing the logs.
                    truncate - truncating log file.
                    help - getting help about commands and parameters.
                    backup [backup_path] - backup the log file.
                    exit - close the program.
                    
               Parameters:
                    create:
                        [password_desc] - this is the description of the which password you create it.
                        [password_length] - this is the length of your password.
                    list:
                        [read_value] - this is the value of the readed lines.
                    backup:
                        [backup_path] - this is the path of your backup file.

GitHub

View Github