Skip to content

Commit

Permalink
🔥✏️code cleanup, title, defining statistics, file opening argument, t…
Browse files Browse the repository at this point in the history
…oolbar translations, llm consent, function names, hebrew language, readme
  • Loading branch information
berkaygediz committed Nov 19, 2024
1 parent da94738 commit fb45ffd
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 176 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RichSpan - A Supercharged Word Processor

<p align="center">
<img src="images/richspan_banner_2.png" alt="RichSpan Banner" width="80%" />
<img src="images/richspan_banner_2.png" alt="RichSpan Banner" />
</p>

<p align="center">
Expand Down Expand Up @@ -31,7 +31,7 @@ RichSpan is a supercharged word processor offering a powerful alternative to tra
- [x] **Base64 Image Support**: Embed images in documents using Base64 encoding.
- [x] **Customizable Toolbar**: Personalize the user interface toolbar to suit your workflow.
- [x] **Performance**: Fast and lightweight with threading support and hardware acceleration.
- [x] **Multilingual Support**: Available in multiple languages including English, Deutsch, Español, Türkçe, Azərbaycanca, Uzbek, 中文 (Chinese), 한국어 (Korean), 日本語 (Japanese), العربية (Arabic), Русский (Russian), Français, Ελληνικά (Greek).
- [x] **Multilingual Support**: Available in multiple languages including English, Deutsch, Español, Türkçe, Azərbaycanca, Uzbek, 中文 (Chinese), 한국어 (Korean), 日本語 (Japanese), العربية (Arabic), Русский (Russian), Français, Ελληνικά (Greek), Hebrew (עברית).
- [x] **Lists**: Create numbered or bulleted lists.
- [x] **Adaptive Power Saving**: Optimized for power efficiency with hybrid ultra and standard power saving modes.
- [x] **Offline AI Chat**: Offline AI chat powered by a local language model, enabling direct interaction for questions and content generation, with automatic language detection, assisted by a context menu for enhanced user experience.
Expand Down Expand Up @@ -68,7 +68,7 @@ RichSpan is a supercharged word processor offering a powerful alternative to tra
pyinstaller --noconfirm --onefile --windowed --icon ".\richspan_icon.ico" --name "RichSpan" --clean --optimize "2" "RichSpan.py"
```

- Command for CUDA Support
- Command for CUDA

```bash
pyinstaller --noconfirm --onefile --windowed --icon ".\richspan_icon.ico" --name "RichSpan" --clean --optimize "2" --add-data "path\RichSpan\.venv\Lib\site-packages\llama_cpp\lib\;." ".\RichSpan.py"
Expand Down
Loading

0 comments on commit fb45ffd

Please sign in to comment.