Skip to content

Repository files navigation

LiteSlate

Distraction-free writing for Windows — the free companion to TypeSlate.

License: MIT

LiteSlate gives you a fullscreen, blank canvas to write on with zero distractions. No toolbars, no menus, no formatting options — just you and your words. Your work is autosaved continuously so you never lose a thought.

Features

  • Fullscreen writing mode — removes all UI chrome so you can focus
  • Dark mode — toggle between light and dark themes
  • Continuous autosave — your writing is saved every second, automatically
  • Save folder selection — choose where your files are stored
  • Minimal footprint — pure Python, no external dependencies

Screenshot

Screenshot coming soon

Installation

Quick Start (run from source)

git clone https://github.com/Josh-writes/LiteSlate.git
cd LiteSlate
python liteslate.py

Install as a Package

git clone https://github.com/Josh-writes/LiteSlate.git
cd LiteSlate
pip install -e .
liteslate

Requirements: Python 3.7+ with tkinter (included with most Python installations on Windows).

Usage

  1. Launch the app — you'll be prompted to choose a save folder on first run.
  2. Toggle Dark Mode if you prefer writing on a dark background.
  3. Click Start Writing to enter fullscreen mode.
  4. Just write. Your work is autosaved every second.
  5. Press ESC to end your session (you'll be asked to confirm).

Building a Standalone .exe

pip install pyinstaller
python build.py

The executable will be in the dist/ folder.

Note about Windows Defender: Because the .exe is not code-signed, Windows may flag it with a SmartScreen warning. This is normal for unsigned executables. You can review the full source code in this repository to verify there is nothing malicious.

Looking for More?

TypeSlate is the premium version with additional features for serious writers.

Contributing

See CONTRIBUTING.md for development setup and guidelines.

License

MIT — Copyright (c) 2025 Josh-writes

About

Minimal focus mode writing software

Resources

Contributing

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages