https://github.com/hstsethi/pytenpass
https://github.com/hstsethi/pytenpass
keepass non-interactive password-manager python readonly
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hstsethi/pytenpass
- Owner: hstsethi
- License: gpl-3.0
- Created: 2022-06-24T10:41:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T05:14:08.000Z (9 months ago)
- Last Synced: 2025-01-17T13:50:47.845Z (4 months ago)
- Topics: keepass, non-interactive, password-manager, python, readonly
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## About
PyTenPass is a non-interactive, read-only, keepass compataible password manager written in Python.
## Installation
* Clone this repository.
`git clone https://github.com/defaultpfp/pytenpass/`
* Install all dependencies.
` pip install --requirement requirments.txt`
* Change database name.
`sed -i 's/db.kdbx/DataBaseName.kdbx/g' pypass.py`
Replace Word "DataBaseName" with your database name.
## Usage
* Get password of an entry named "Test".
`python pykeypass.py --query Test`
Entry: "Test (FooBar)"
qwerty
* Show help.
` python pykeypass.py --help `