Skip to content

πŸ“ Real-time computing and formatting supported word processor.

License

GPL-3.0 and 2 other licenses found

Licenses found

GPL-3.0
COPYING
LGPL-3.0
COPYING.LGPL
MPL-2.0
COPYING.MPL
Notifications You must be signed in to change notification settings

berkaygediz/RichSpan

RichSpan - A Lightweight Word Processor

Screenshot

GitHub release (latest by date) GitHub repo size GitHub

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.

Features

  • 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, 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.
  • Enumeration and Bullet List: Includes support for creating numbered and bulleted lists.
  • Power Saver: Optimized for power consumption.

Prerequisites

  • Python 3.6+
  • PyQt5

Installation

  1. Clone the repository:

    git clone https://github.com/berkaygediz/RichSpan.git
  2. Install requirements:

    pip install -r requirements.txt

Usage

Launch RichSpan from the command line:

python RichSpan.py

Contributing

Contributions to the RichSpan project are welcomed. Please refer to CONTRIBUTING.md for details on how to contribute and our code of conduct.

License

This project is licensed under GNU GPLv3, GNU LGPLv3, and Mozilla Public License Version 2.0.