MULTICLIPBOARD.py

Libaries that you will need:

Clipboard

Usage

  • python3 multiclipboard.py (add/ load / list / delete)

Add

It will add a key - value pair to a json file Key will be asked, value will be read from your clipboard

Load

Key will be asked, value will be copied to your clipboard

List

It will list the key - value pairs

Delete

Key will be asked, value will be deleted from the json file

Sources