https://github.com/bajrangcoder/passvaulter
A terminal based password manager.
https://github.com/bajrangcoder/passvaulter
Last synced: 3 months ago
JSON representation
A terminal based password manager.
- Host: GitHub
- URL: https://github.com/bajrangcoder/passvaulter
- Owner: bajrangCoder
- License: gpl-3.0
- Created: 2022-01-12T05:26:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T06:25:42.000Z (about 4 years ago)
- Last Synced: 2025-01-20T12:46:35.524Z (about 1 year ago)
- Language: Python
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PassVaulter
A terminal based simple password manager..

> Current version of this project
: v1.2
## What is PassVaulter
PassVaulter is a simple and fast password manager for all type of system such as: desktop, android, etc. In future, you found some more features.
## Requirements
- Python
- pysqlite3 module
- pyfiglet
- termcolor
## Installation
For Installing this project on any desktop (like: window, linux, etc) :
First check that in your system python and git are installed or not. Python and git are required. Then use the below command:
```
git clone https://github.com/nkray-raunak123/PassVaulter.git
cd PassVaulter
pip install -r requirements.txt
```
For Installing this project on android:
First Download [Termux](https://f-droid.org/en/packages/com.termux/) (linux based terminal for android). After that use below command:
```
pkg update && pkg upgrade -y
pkg install python -y
pkg install git -y
git clone https://github.com/nkray-raunak123/PassVaulter.git
cd PassVaulter
pip install -r requirements.txt
```
### For Using this project:
```
python main.py
```
## Contribute
You can help the project by correcting bugs and adding improvements to the project extraction requests will be reviewed and if they are correct they will be accepted
Don't forget to share and leave your 🌟
Any errors or suggestions report it to: https://github.com/nkray-raunak123/PassVaulter/issues