Skip to content

Instantly share code, notes, and snippets.

View roeex5's full-sized avatar
🤖
RPAing...

roeex5

🤖
RPAing...
View GitHub Profile
@roeex5
roeex5 / export_wispr_dictionary.py
Created April 16, 2026 12:11
Export Wispr Flow dictionary to CSV
"""
Export Wispr Flow Dictionary to CSV
"""
import sqlite3
import csv
import sys
from pathlib import Path
from datetime import datetime