Simple Writer is a minimalist, distraction-free word processor built with Python and Tkinter.
It supports only .txt files and includes basic accessibility and customisation features:
- 🌓 Dark/Light mode toggle
- 🔠 Font size adjustment (buttons & slider)
- 🎨 Font selection (system fonts or custom
.ttf) - 💾 Save/Load plain
.txtfiles - 🧹 Clean toolbar interface (no menus)
- 🧱 Fullscreen toggle (F11 / Escape)
- ⌨️ Ctrl + Backspace deletes previous word
- Python 3.7+
- Tkinter (comes with most Python installations)
python simple_writer.py