Skip to content

Instantly share code, notes, and snippets.

@developic
developic / gif.py
Created February 2, 2026 11:18
Born from the frustration of platforms lacking a built-in GIF search or providing inconsistent results, klipy-gif integrates with the Rofi launcher and lets you access a curated GIF library via the Klipy API.
#!/usr/bin/env python3
import os
import sys
import json
import subprocess
import urllib.parse
import urllib.request
from pathlib import Path
from concurrent.futures import ThreadPoolExecutor