feat: initial Windows Python tray rewriter for Ollama

This commit is contained in:
2026-03-08 11:54:44 +01:00
commit c5ad1a6bb7
3 changed files with 369 additions and 0 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
keyboard
pyperclip
requests
pystray
Pillow