Improve clipboard handling

This commit is contained in:
thePR0M3TH3AN
2025-07-04 11:54:13 -04:00
parent 3846855df7
commit e45adea8b2
4 changed files with 46 additions and 4 deletions

View File

@@ -110,6 +110,16 @@ pip install --upgrade pip
pip install -r src/requirements.txt
```
#### Linux Clipboard Support
On Linux, `pyperclip` relies on external utilities like `xclip` or `xsel`.
SeedPass will attempt to install **xclip** automatically if neither tool is
available. If the automatic installation fails, you can install it manually:
```bash
sudo apt-get install xclip
```
## Quick Start
After installing dependencies and activating your virtual environment, launch