Show HN: A WYSIWYG word processor in Python
4 hours ago
- #Word-Processor
- #WYSIWYG
- #Python
- MiniWord is a minimal word processor written in Python, designed to be lightweight with fast startup and minimal dependencies.
- Features include real WYSIWYG editing (without an HTML layer or embedded browser), a clean and simple human-readable file format, good Markdown support, and extensibility via Python plugins.
- Dependencies include Python >= 3.9, wxPython >= 4.0, and Cairo >= 1.2, with installation instructions provided for Debian and general setup.
- It can be run without installation, installed via pip, and registered to the desktop, and is licensed under GNU GPL v3.0.