A open-source tool for writers www.theologeek.ch/manuskript
Go to file
Olivier Keshavjee e9be022430 Removes unused libraries 2017-11-18 20:58:17 +01:00
bin Adding a bin file 2016-02-06 09:03:12 +01:00
i18n Updates German's compiled translation 2017-11-06 08:48:23 +01:00
icons Improves the Mind Map importer #208 2017-11-13 22:55:33 +01:00
libs Removes unused libraries 2017-11-18 20:58:17 +01:00
manuskript Checkpoint: refactoring 2017-11-18 20:53:10 +01:00
package Add PyEnchant support to OSX builds 2017-11-13 10:47:19 +01:00
resources Theme, preview, and eternal logos 2015-06-18 21:41:56 +02:00
sample-projects Creates base classes 2017-11-15 20:34:05 +01: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
.travis.yml Updates secure token 2017-11-12 21:26:21 +01:00
CHANGELOG.md Update CHANGELOG.md 2017-10-31 21:36:50 +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
README.md Add to README a HowTo section with link to Wiki 2017-07-08 13:19:51 -06:00
TODO.t2t Updated todo 2015-07-09 16:22:26 +02:00
makefile Slight optimization through delay in Settings Windows 2017-10-19 10:38:32 +02:00
manuskript.spec Fixes spec file to include translation in releases 2016-04-01 11:53:17 +02:00

README.md

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
  • Qt SVG (libqt5svg5 on Ubuntu)
  • Qt Webkit (python3-pyqt5.qtwebkit on Ubuntu)
  • lxml (python3-lxml on Ubuntu)

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 zlib1g
    Additional packages that might be needed: python3-pyqt5.qtwebkit pyqt5-dev-tools

HowTo's

See the Wiki for more detailed instructions on how to install on GNU/Linux, Windows, and OS X.