Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 636 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 636 Bytes

LockIt Password Manager

Password Manager for Desktop

Our groups project is to build a Password Manager that runs as a Python application on desktop.

This app will use the AES 256 encryption standard to encrypt data.

You can install the latest version of Python 3 here

Ideas for tools to be used for project:

Desktop version

PyQt - A Python GUI Framework

TKInter - Pythons standard GUI

PyInstaller - Program to make Python code into an application