Skip to main content

Crossplatform TUI password manager written in python

Project description

PasswordManager

Preview

no image

Navigation

Description

Doopass is a TUI password manager based on textual framework. It is run on Windows, Linux and MacOS (wherever python works). The old version (CLI) is actually on the cli branch.

Installation

Python v3.11+ should be installed on your system and available in the PATH as python. For better experience you could install one of NerdFonts (JetBrainsMono NF for example) and set this font for the terminal emulator where you run Doopass. Also it's highly recommended to use PowerShell v7.0+ and Windows Terminal on Windows.

Unix:

wget https://github.com/doopath/PasswordManager/releases/download/v2.2/Doopass-2.2-py3-none-any.whl
pip install Doopass-2.2-py3-none-any.whl
rm Doopass-2.2-py3-none-any.whl

Windows (PowerShell):

Invoke-WebRequest https://github.com/doopath/PasswordManager/releases/download/v2.2/Doopass-2.2-py3-none-any.whl -OutFile Doopass-2.2-py3-none-any.whl
pip install Doopass-2.2-py3-none-any.whl
rm Doopass-2.2-py3-none-any.whl

Or just (on all platforms):

pip install doopass==2.2

Build from source (Windows, Unix)

git clone https://github.com/doopath/PasswordManager.git
cd PasswordManager
git checkout master
python -m venv venv

# For Unix (bash, zsh)
source venv/bin/activate

# For Windows (PowerShell)
./venv/Scripts/Activate.ps1

pip install -r dependencies.py
python -m build
deactivate
pip install dist/Doopass-2.2-py3-none-any.whl

After building and installing you can delete the PasswordManager dir.

Usage

After installation of the Doopass you can run it by typing doopass in the terminal. First of all after starting the Doopass at the first time you should create a store: press the Sign Up button in the main menu and enter a password for the store. Every time you run Doopass you should Log In to decrypt your store (because all your data is stored on your disk and encrypted). After that you will be able to manage the store (add, delete, update and copy key-value pairs). For better experience type H in the main menu to see the help list.

More available actions:

Q or ESCAPE - quit the app
SPACE - leave help screen
H - open help screen
DownArrow or TAB or J - focus next element
UpArrow or Shift+TAB or K - focus previous element

Register of the key pressed doesn't matter, but be sure you are using english keyboard layout.

About

Store format of the current version of Doopass is fully compatible with the older one (cli). That means you can move the store.enc file from your cli version of the Doopass to the ~/doopass/appdata dir and you will able to use it.

Doopass uses the cryptography and base64 python libs for encrypting your data. It's safe to share your store.enc or backup of the store. You can upload your store.enc somewhere if it's necessary. If you have any ideas about making Doopass more safe please contact me or make a pull request.

If you want to contribute you can make a pull request or create an issue. If you want to contact me you can write me on Telegram or Gmail: doopath@gmail.com.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

doopass-2.2.tar.gz (42.0 kB view details)

Uploaded Source

Built Distribution

doopass-2.2-py3-none-any.whl (46.9 kB view details)

Uploaded Python 3

File details

Details for the file doopass-2.2.tar.gz.

File metadata

  • Download URL: doopass-2.2.tar.gz
  • Upload date:
  • Size: 42.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for doopass-2.2.tar.gz
Algorithm Hash digest
SHA256 f7ca4f0e48be8c641407c83560e0208ef027b3fdd5dd0de05185a52f55fbfb8a
MD5 f958d2b8a84fea86ef16cfd7ee5a276c
BLAKE2b-256 aa93e3ac35eb2f9a8a551f2c31f6480f478173ecdd45ed487cb14173f98a3c8b

See more details on using hashes here.

File details

Details for the file doopass-2.2-py3-none-any.whl.

File metadata

  • Download URL: doopass-2.2-py3-none-any.whl
  • Upload date:
  • Size: 46.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for doopass-2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ef8557ceed75ca224d9e4af1565b289f6d44c355c47374172f630790db97ac1a
MD5 6c578e14c962b84015b0b952f9e6f7b1
BLAKE2b-256 d65291d04cdaa8422f2b48d64558460178f48dc462c029fa6762b017e0b8eda6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page