diff --git a/README.md b/README.md index 8174abc..7e55084 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,15 @@ ``` cd ~/.config/capture-ai/ - sudo pacman -S --needed git python python-virtualenv python-gobject gtk4 libadwaita gobject-introspection cairo pango glib2 xdg-utils noto-fonts-emoji + ``` + Core System & Python + ``` + sudo pacman -S --needed python python-virtualenv git ``` - 🌐 Network & Runtime Dependencies + πŸ–₯️ GTK4 UI Dependencies ``` - sudo pacman -S --needed python-requests wget + sudo pacman -S --needed gtk4 libadwaita python-gobject gobject-introspection ``` Enviroment @@ -41,25 +44,29 @@ pip install -r requirements.txt ```

- πŸ“„ Python File Processing(DOCX / XLSX / PDF) + 🎨 Rendering & Graphics ``` - sudo pacman -S --needed python-pypdf python-pymupdf python-openpyxl python-reportlab ttf-dejavu -yay -S python-docx + sudo pacman -S --needed cairo pango gdk-pixbuf2 ```

- Offline Voice Input (Speech β†’ Text) - - πŸŽ™οΈ pw-record / arecord -> πŸ“„ WAV file -> 🧠 whisper-cli -> ✍ Text input - - πŸŽ™οΈvoice record - >pw-record + 🌐 4. Network & Runtime ``` - sudo pacman -S --needed pipewire wireplumber pipewire-audio pipewire-pulse + sudo pacman -S --needed python-requests wget ``` +
+ πŸ“„ 5. File Processing (DOCX / XLSX / PDF) + ``` + sudo pacman -S --needed python-pypdf python-pymupdf python-openpyxl python-reportlab ttf-dejavu + yay -S python-docx + ``` +

+ 🎧 Audio / Voice - >arecord + πŸŽ™οΈ pw-record / arecord -> πŸ“„ WAV file -> 🧠 whisper-cli -> ✍ Text input +
+ πŸŽ™οΈ Offline Voice Input,voice record (Speech β†’ Text) ``` - sudo pacman -S --needed alsa-utils + sudo pacman -S --needed pipewire wireplumber pipewire-audio pipewire-pulse libpulse alsa-utils ```

🎧 Audio / System Integration @@ -67,7 +74,7 @@ yay -S python-docx sudo pacman -S --needed libpulse gdk-pixbuf2 ```

- πŸ“„ Offline Speech to Text + πŸ“„ Build Offline Speech to Text ``` sudo pacman -S --needed cmake make gcc @@ -112,12 +119,15 @@ yay -S python-docx -l tr ```

- Screenshot + πŸ“Έ Screenshot ``` sudo pacman -S --needed grim slurp mako libnotify ``` -
-
+

+ 🧰 System Utilities + ``` + sudo pacman -S --needed glib2 xdg-utils noto-fonts-emoji + ```