Metadata-Version: 2.4
Name: passlocker-tk
Version: 1.0.0
Summary: Password Encryption GUI
Author-email: Chris Lee <github@chrislee.dhs.org>
License: CC-BY-NC-SA-4.0
Project-URL: Homepage, https://github.com/chrislee35/passlocker-tk
Keywords: encryption,passwords,security
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: passlocker>=1.0.2
Requires-Dist: customtkinter>=5.2.2
Requires-Dist: py-debounce>=0.1.2
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: setuptools; extra == "dev"
Dynamic: license-file

# Overview

PassLocker-Tk provides a Tkinter interface around using [Passlocker](https://github.com/chrislee35/passlocker), a local-first password management program.

## Screenshot

![Screenshot of Passlocker-Tk](imgs/screenshot-001.png)

