https://github.com/tankywoo/passtk
A tool to generate random password.
https://github.com/tankywoo/passtk
command-line password python tool
Last synced: about 1 year ago
JSON representation
A tool to generate random password.
- Host: GitHub
- URL: https://github.com/tankywoo/passtk
- Owner: tankywoo
- License: mit
- Created: 2013-01-08T15:51:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T03:25:10.000Z (over 3 years ago)
- Last Synced: 2025-04-08T01:37:33.846Z (about 1 year ago)
- Topics: command-line, password, python, tool
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
A command line tool to generate random password.
The generated password entries will be stored into `~/.passtk` file. Like [1Password](https://1password.com/) / [LastPass](https://www.lastpass.com/) / ..., there is a **master password** to manage `~/.passtk`.
## Usage
```
usage: passtk.py [-h] [-l LEVEL] [-n LENGTH] [-m COMMENT] [-u] [-p]
[-d DELETE]
A tool to generate random password.
optional arguments:
-h, --help show this help message and exit
-l LEVEL, --level LEVEL
The level(1-3, default is 2) of password, higher is
complex
-n LENGTH, --length LENGTH
The length of password(at least 4, default is 8)
-m COMMENT, --comment COMMENT
Add comment for password
-u, --unsave Disable storing password into ~/.passtk
-p Show password entries in ~/.passtk
-d DELETE Delete password entries by id in ~/.passtk
-c CHANGE Change master password
```
## Installation
```
pip install -U passtk
```
or
```
python setup.py install
```
## License
MIT License
## Contact
Tanky Woo