keyring-python3

store and access your passwords safely - Python 3 version of the package

Install

All systems
curl cmd.cat/keyring-python3.sh
Debian Debian
apt-get install python3-keyring
Ubuntu
apt-get install python3-keyring
image/svg+xml Kali Linux
apt-get install python3-keyring
Fedora
dnf install python3-keyring
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-keyring
Raspbian
apt-get install python3-keyring

python3-keyring

store and access your passwords safely - Python 3 version of the package

The Python keyring library provides an easy way to access the system keyring service (e.g Gnome-Keyring, KWallet) from Python. it can be used in any application that needs safe password storage. This is the Python 3 version of the package.