Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Fabbbe/distractionless
A distractionless writer written in PyQt5
https://github.com/Fabbbe/distractionless
distraction-free distractionless pyqt5 python python3 writing writing-application
Last synced: 5 days ago
JSON representation
A distractionless writer written in PyQt5
- Host: GitHub
- URL: https://github.com/Fabbbe/distractionless
- Owner: Fabbbe
- License: gpl-3.0
- Created: 2018-05-26T13:18:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T15:53:45.000Z (over 6 years ago)
- Last Synced: 2024-08-02T12:47:21.397Z (3 months ago)
- Topics: distraction-free, distractionless, pyqt5, python, python3, writing, writing-application
- Language: Python
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Fabbbe/distractionless - A distractionless writer written in PyQt5 (python3)
README
# 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`