Download Latest Version pyKlipper-dist.tar.gz (11.0 MB)
Email in envelope

Get an email when there's a new version of pyKlipper

Home
Name Modified Size InfoDownloads / Week
1.0 2024-07-23
0.25 2024-07-18
README.TXT 2024-07-25 882 Bytes
Totals: 3 Items   882 Bytes 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
Source: README.TXT, updated 2024-07-25