Skip to content

JoshGuy23/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Manager

Introduction

A simple password manager program.

Instructions

To use the password manager, enter the website you need a password for, your email or username, and your password, hit 'Add', then hit 'OK' in the confirmation window. Hit 'Cancel' in the confirmation window if you want to change anything.

Hitting 'Generate Password' generates a random password to be stored in the password manager. The button also copies the password to your clipboard.

Entering information into the 'Website' entry and hitting 'Search' will return the relevant email/username and password if the website entry exists.

All information is stored in a text file called "data.json".

Please note that you cannot leave any field blank, or else you will get an error message.

Version

Current Version: 1.1 (Updated Nov. 7, 2023)

Previous Version: 1.0 (Released Nov. 6, 2023)

Changelog

1.1: Changed information storage format from .txt to .json and added functionality to search for information.

1.0: Initial rlease.

Requirements

To run main.py, you will need "logo.png" and the pyperclip package.

About

A simple password manager program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages