Skip to content

Latest commit

Β 

History

History
31 lines (20 loc) Β· 792 Bytes

File metadata and controls

31 lines (20 loc) Β· 792 Bytes

πŸ“ Simple Writer

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:

✨ Features

  • πŸŒ“ Dark/Light mode toggle
  • πŸ”  Font size adjustment (buttons & slider)
  • 🎨 Font selection (system fonts or custom .ttf)
  • πŸ’Ύ Save/Load plain .txt files
  • 🧹 Clean toolbar interface (no menus)
  • 🧱 Fullscreen toggle (F11 / Escape)
  • ⌨️ Ctrl + Backspace deletes previous word

πŸ“· Screenshot

image

πŸš€ Getting Started

Requirements

  • Python 3.7+
  • Tkinter (comes with most Python installations)

Run it

python simple_writer.py