An open API service indexing awesome lists of open source software.

https://github.com/harryfoster1812/password-storer-v2

A simple account storer built in python
https://github.com/harryfoster1812/password-storer-v2

encryption password password-generator password-manager password-store pyhton3 python tkinter tkinter-gui tkinter-python

Last synced: about 1 year ago
JSON representation

A simple account storer built in python

Awesome Lists containing this project

README

          

# Password-Storer-V1
A simple account storer built in python

Works 100% offline

Can use multiple accounts that have different data

Uses hashing and encryption to store passwords

Simple UI (planning to change in the future)

Has a strong password generator which generates a password randomly and contains uppercase, numbers, lowercase and special characters

EDITORS NOTE:
If you find any bugs please notify me I will try to fix them as soon as possible

If you have any ideas of how to improve please share your thoughts with me and i will try to add them

# Setup
Download all files and folders (won't work if data and account details folders are not in the same directory)

Run the exe file and enjoy!

If you want to use the python file:

Download the packages required using the "requirements.txt" file

Enjoy!