Fabbbe / distractionless

A distractionless writer written in PyQt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distractionless

Distractionless is a markdown writing application that in made to distract you as little as possible, so that you can focus on work.

How it works

Distractionless is built using PyQt5. The workflow is centered around the right-click and keyboard shorcuts, with Ctrl+S for saving and Ctrl+O for opening files, and the usual copy/paste and undo/redo shortcuts.

Dependencies

Distractionless depends on:

  • PyQt5
  • Markdown

Install

  1. git clone https://github.com/Fabbbe/distractionless.git
  2. shift + rightclick in folder → Open in terminal
  3. pip install PyQt5 Markdown
  4. python main.py

About

A distractionless writer written in PyQt5

License:GNU General Public License v3.0


Languages

Language:Python 100.0%