| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pyKlipper-dist.tar.gz | 2024-07-23 | 11.0 MB | |
| pyKlipper-src.tar.gz | 2024-07-23 | 6.4 kB | |
| Totals: 2 Items | 11.0 MB | 0 | |
pyKlipper is utility to handle clipboard history.
It was written on python using portable packages only, so the same code may run on Windows/Linux.
The version contains 2 files:
pyKlipper-src.tar.gz - the utility sources
pyKlipper-dist.tar.gz - the utility distribution for Windows
In order to launch the utility from Windows distribution need:
1. open pyKlipper-dist.tar.gz archive
2. launch pyKlipper.exe
In order to launch pyKlipper from sources need:
1. to have python3 be installed
2. to install packages:
pip install pystray
pip install pyperclip
3. open pyKlipper-src.tar.gz archive
4. Launch
python pyKlipper.py
USAGE
-----
pyKlipper adds its icon to System Tray after its start.
Right-click on this icon opens menu of clipboard entries.
Click on clipboard entry puts it into clipboard.
Maxim Tseitlin tseitlinmy@gmail.com