RichSpan is a lightweight word processor designed as a simple alternative to traditional word processing software. It is written in Python with a graphical user interface based on PyQt5, ensuring cross-platform compatibility across Windows, macOS, and Linux.
- Cross-Platform: Compatible with Windows, macOS, and Linux.
- Statistics: Provides statistical information about the document.
- Find & Replace: Search and replace functionality within the document.
- Printing: Allows print or exporting documents to PDF format.
- Document Operations: Supports .txt, .html, .docx (partial) and .rsdoc (RichSpan Document) file formats.
- Text Formatting: Customize text with color, background color, bold, italic, underline, alignment, font, font size, and font color.
- Undo and Redo: Provides undo and redo functionalities for editing operations.
- User Experience: Features drag and drop functionality, supports dark mode, and provides alerts for unsaved changes.
- Base64 Image Support: Supports embedding images using Base64 encoding.
- Customizable Toolbar: Allows customization of the user interface toolbar.
- Performance: Fast and lightweight with threading support and hardware acceleration.
- Multilingual: Available in English, Turkish, German, Spanish, Azerbaijani, Uzbek, Chinese, Arabic.
- Enumeration and Bullet List: Includes support for creating numbered and bulleted lists.
- Adaptive Power Saver: Optimized for power consumption. Hybrid ultra and standard power saving mode.
- Python 3.12+
- PySide6
- mammoth
- chardet
- psutil
- langdetect
- pyinstaller
-
Clone the repository:
git clone https://github.com/berkaygediz/RichSpan.git
-
Install requirements:
pip install -r requirements.txt
-
Creating a executable file (Unsigned):
pyinstaller --noconfirm --onefile --windowed --icon "richspan_icon.ico" --name "RichSpan" --clean --optimize "2" --add-data "richspan_icon.png;." "RichSpan.py"
Launch RichSpan from the command line:
python RichSpan.py
Contributions to the RichSpan project are welcomed. Please refer to CONTRIBUTING.md for details on how to contribute and our code of conduct.
This project is licensed under GNU GPLv3, GNU LGPLv3, and Mozilla Public License Version 2.0.