Skip to content

berkaygediz/RichSpan

RichSpan - A Word Processor

GitHub release (latest by date) GitHub repo size GitHub

RichSpan is a word processor. Lightweight and easy to use, it is designed to be a simple alternative to other word processors. It is written in Python and uses the PyQt5 library for the graphical user interface. It is cross-platform and can be used on Windows, macOS, and Linux.

Screenshots

Screenshot 1

Features

  • Cross-platform
  • Statistics
  • Find & replace
  • Print (Export to PDF)
  • Open and save .txt, .html, and .rsdoc (RichSpan Document) files
  • Text color/background color, bold, italic, underline, alignment, font, font size, and font color
  • Undo and redo
  • Drag and drop
  • Base64 image support
  • Customizable toolbar
  • Fast and lightweight
  • Threading support
  • Unsaved changes warning
  • Dark mode
  • Multi language (English, Turkish, German, Spanish, Azerbaijani)
  • Enumaration and bullet list

Prerequisites

  • Python 3.6+
  • PyQt5

Installation

  1. Open a terminal and clone the repository:
git clone https://github.com/berkaygediz/RichSpan.git
  1. Install PyQt5:
pip install PyQt5

Usage

python main.py

Contributing

Contributions to the RichSpan project are welcome. Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.