A open-source tool for writers www.theologeek.ch/manuskript
Go to file
2016-12-12 16:58:03 -08:00
bin Adding a bin file 2016-02-06 09:03:12 +01:00
i18n Fixes spanish translation 2016-04-01 12:04:36 +02:00
icons Removing png icons 2016-02-08 10:57:23 +01:00
libs Trying things with odt export 2015-07-10 12:29:25 +02:00
manuskript Fixes bug: if not specifing encoding, python open files with OS dependent default codec 2016-04-01 01:00:16 +02:00
resources Theme, preview, and eternal logos 2015-06-18 21:41:56 +02:00
sample-projects Update settings to last version for sample project 2016-03-31 11:08:44 +02:00
.codeclimate.yml Updates codeclimate config file 2016-03-10 16:36:28 +01:00
.gitignore Updates .gitignore 2016-03-05 00:34:50 +01:00
CHANGELOG.md Updates changelog 2016-02-29 00:07:51 +01:00
COPYING Adds license and credits 2015-06-18 11:39:45 +02:00
CREDITS Adds license and credits 2015-06-18 11:39:45 +02:00
makefile Optimization in storyline view (wip) 2016-03-31 15:58:13 +02:00
manuskript.spec Fixes spec file to include translation in releases 2016-04-01 11:53:17 +02:00
README.md added commands to install dependencies to README 2016-12-12 16:58:03 -08:00
TODO.t2t Updated todo 2015-07-09 16:22:26 +02:00

Manuskript

Manuskript is an open-source tool for writers.

Main view

Download

Running from sources

To run the application without installing just:

Be sure to have all dependencies installed!

Dependencies

  • Python 3
  • PyQt5
  • libqt5svg5
  • lxml

Optional:

  • pyenchant
  • zlib

To install dependencies on Linux:

  • Arch Linux: sudo pacman -S --needed python python-pyqt5 qt5-svg python-lxml python-pyenchant zlib

  • Debian based (Ubuntu, Linux Mint, etc.): sudo apt-get install python3-pyqt5 libqt5svg5 python3-lxml python3-enchant zlibg1