From 22c0dae1c9bdd86d23f68b1c24ec9abb52ce0c3f Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 4 May 2026 00:31:15 +0300 Subject: [PATCH] Update README.md --- README.md | 61 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 7033e15..de80bc7 100644 --- a/README.md +++ b/README.md @@ -141,14 +141,12 @@ ``` cd ~/.config/capture-ai/ - 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 + 🧩 Core System & Python ``` - sudo apt install -y python3-requests wget + sudo apt update + sudo apt install -y python3 python3-venv git ``` - Enviroment ``` python3 -m venv venv @@ -156,35 +154,41 @@ pip install -r requirements.txt ```

- πŸ“„ Python File Processing(DOCX / XLSX / PDF) + πŸ–₯️ GTK4 UI Dependencies + ``` + sudo apt install -y python3-gi gobject-introspection gir1.2-gtk-4.0 gir1.2-adw-1 libgtk-4-1 libadwaita-1-0 + ``` +

+ 🎨 Rendering & Graphics + ``` + sudo apt install -y libcairo2 libpango-1.0-0 gir1.2-pango-1.0 gir1.2-gdkpixbuf-2.0 + ``` +

+ 🌐 Network & Runtime + ``` + sudo apt install -y python3-requests wget + ``` +

+ πŸ“„ 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``` + ``` + sudo apt install -y python3-docx + ```

- Offline Voice Input (Speech β†’ Text) - - πŸŽ™οΈ pw-record / arecord -> πŸ“„ WAV file -> 🧠 whisper-cli -> ✍ Text input - - πŸŽ™οΈvoice record - >pw-record - ``` - sudo apt install -y pipewire wireplumber pipewire-pulse - ``` + 🎧 Audio / Voice - >arecord + πŸŽ™οΈ voice record -> πŸ“„ WAV file -> 🧠 whisper-cli -> ✍ Text input +
+ πŸŽ™οΈ Offline Voice Input,voice record (Speech β†’ Text) ``` - sudo apt install -y alsa-utils + sudo apt install -y pipewire wireplumber pipewire-pulse libpipewire-0.3-0 libspa-0.2-modules alsa-utils pulseaudio-utils libpulse0 ```

- 🎧 Audio / System Integration - ``` - sudo apt install -y pulseaudio-utils libpulse0 gir1.2-gdkpixbuf-2.0 - ``` -

- πŸ“„ Offline Speech to Text + πŸ“„ Build Offline Speech to Text ``` sudo apt install -y cmake make gcc @@ -229,12 +233,15 @@ -l tr ```

- Screenshot + πŸ“Έ Screenshot ``` sudo apt install -y grim slurp scrot dunst libnotify-bin ``` -
-
+

+ 🧰 System Utilities + ``` + sudo apt install -y xdg-utils fonts-noto-color-emoji + ```