keyring-3.6
store and access your passwords safely - Python 3 version of the package
Install
- All systems
-
curl cmd.cat/keyring-3.6.sh
- Debian
-
apt-get install python3-keyring
- Ubuntu
-
apt-get install python3-keyring
- 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
- Dockerfile
- dockerfile.run/keyring-3.6
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.