From e810f209f025a06b4f209dd810c44ec9b2551ffb Mon Sep 17 00:00:00 2001
From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com>
Date: Sun, 3 May 2026 20:41:38 +0300
Subject: [PATCH] Update README.md
---
README.md | 48 +++++++++++++++++++++++++++++-------------------
1 file changed, 29 insertions(+), 19 deletions(-)
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
+ ```