Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noobping/pypass
A GTK4 frontend for Password Store written in python
https://github.com/noobping/pypass
gtk4 password-store python3
Last synced: about 2 months ago
JSON representation
A GTK4 frontend for Password Store written in python
- Host: GitHub
- URL: https://github.com/noobping/pypass
- Owner: noobping
- License: gpl-3.0
- Created: 2023-08-11T20:42:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T15:59:12.000Z (10 months ago)
- Last Synced: 2024-02-29T13:49:41.031Z (10 months ago)
- Topics: gtk4, password-store, python3
- Language: Python
- Homepage:
- Size: 1.67 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pypass
A GTK4 frontend for [Password Store](https://www.passwordstore.org/) written in python![demo](demo.gif)
## Features
- Use the result from `pass` by default (Ignores the password directory in the configuration file)
- Or use the filesystem to show the passwords (Needs the password directory in the configuration file)
- Optional for both: Hide invalid files (non gpg files)
- Use `pass-otp` to show or copy the OTP code.
- Delete selected password when pressing `Delete`
- Add a new password to the current folder
- Generates a random password, copy it and uses template fields when creating a new password.
- Read or copy passwords or other properties (like an username or an (ssh)key) in the view.
- (Optional) Synchronise your changes with `git`
- And ofcourse: edit your passwords using `pass`!## TODO
- [ ] Integrate Gnome search
- [ ] Initialize password store if not exists
- [ ] Add new folders?
- [ ] Move project to Gnome builder