This is a clipboard array in python, that I programed because I didnt find any other tool that satisfied me. Features & Uses:
- Have multiple clipboards that are accessible through customizable hotkeys.
- Speed up your work by having multiple templates ready.
Manual installation/usage:
- Download the main.py, clipboard_handeler.py and the config file or extract a manual release.
- Edit the config.json with your personal preferences.
- Run command
pip install -r requirements.txt
. - Run the main.py with the folllowing command:
python main.py -c config.json
.
Usage with GUI:
- Download the whole code or the GUI release.
- Run command
pip install -r requirements.txt
. - Run the GUI.py unsing
pythonw GUI.py
.
The code is available on GitHub