From 622d40909bfa79f3f8c217d60859bbd9667d7a57 Mon Sep 17 00:00:00 2001
From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com>
Date: Sun, 3 May 2026 15:31:25 +0300
Subject: [PATCH] Update README.md
---
README.md | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6f58c7d..8174abc 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@
sudo pacman -S --needed git python python-virtualenv python-gobject gtk4 libadwaita gobject-introspection cairo pango glib2 xdg-utils noto-fonts-emoji
```
- Network & Runtime Dependencies
+ 🌐 Network & Runtime Dependencies
```
sudo pacman -S --needed python-requests wget
```
@@ -140,6 +140,11 @@ yay -S python-docx
sudo apt update && sudo apt install -y git python3 python3-venv python3-gi gobject-introspection gir1.2-gtk-4.0 gir1.2-adw-1 libgtk-4-1 libadwaita-1-0 xdg-utils fonts-noto-color-emoji
```
+ 🌐 Network & Runtime Dependencies
+ ```
+ sudo apt install -y python3-requests wget
+ ```
+
Enviroment
```
python3 -m venv venv
@@ -147,6 +152,14 @@ yay -S python-docx
pip install -r requirements.txt
```
+ 📄 Python File Processing(DOCX / XLSX / PDF)
+ ```
+ sudo apt install -y python3-pypdf python3-pymupdf python3-openpyxl python3-reportlab fonts-dejavu
+ pip install python-docx
+ ```
+ or
+ ```sudo apt install -y python3-docx```
+
Offline Voice Input (Speech → Text)
🎙️ pw-record / arecord -> 📄 WAV file -> 🧠 whisper-cli -> ✍ Text input
@@ -162,6 +175,11 @@ yay -S python-docx
sudo apt install -y alsa-utils
```
+ 🎧 Audio / System Integration
+ ```
+ sudo apt install -y pulseaudio-utils libpulse0 gir1.2-gdkpixbuf-2.0
+ ```
+
📄 Offline Speech to Text
```