Easy creation of letters using Latex and a Qt5 GUI. Mirror of https://github.com/sashw/latex-letter-gui
Find a file
2018-04-04 12:42:26 +02:00
gui Changed BankDialog name for less confusion 2015-09-27 14:08:20 +02:00
letter Swap wrong label texts 2018-04-04 12:31:19 +02:00
tests Test getters, small changes 2015-09-27 16:30:52 +02:00
.coveragerc Improved coverage 2015-09-24 10:30:38 +02:00
.gitignore Initial commit 2015-09-22 22:39:31 +02:00
.travis.yml Install texlive german since organization of babel files has changed 2018-04-04 12:42:26 +02:00
AUTHORS.rst Authors added 2015-09-23 00:26:26 +02:00
main.py Include handling of attachments 2018-04-04 12:34:27 +02:00
README.rst Readme updated 2015-09-28 04:05:49 +02:00
requirements.txt Changed requirements 2015-09-26 00:21:37 +02:00

================
Latex Letter GUI
================

.. image:: https://travis-ci.org/sashw/latex-letter-gui.svg
    :target: https://travis-ci.org/sashw/latex-letter-gui
    :alt: Travis CI build status (Linux)

.. image:: https://coveralls.io/repos/sashw/latex-letter-gui/badge.svg?branch=master&service=github
    :target: https://coveralls.io/github/sashw/latex-letter-gui?branch=master
    :alt: Code Coverage Coveralls

.. image:: http://codecov.io/github/sashw/latex-letter-gui/coverage.svg?branch=master
    :target: http://codecov.io/github/sashw/latex-letter-gui?branch=master
    :alt: Code Coverage Codecov

.. image:: https://img.shields.io/badge/license-GPLv3-blue.svg
    :target: https://www.gnu.org/licenses/gpl-3.0.en.html
    :alt: License GPLv3

This program provides an easy to use GUI using Qt5 Python bindings in order to create letters with Latex.
Therefore a Letter class is provided which handles the content of the letter as well as creates tex and PDF files.


Requirements
------------

In order to create PDF files, you need to have a Tex distribution like TeX Live installed.

You need to have the Python3 Qt5 bindings installed, ``python-pyqt5`` or ``python3-pyqt5`` depending on your Linux distribution.

On Ubuntu, you can install it with
``sudo apt-get install python3-pyqt5``

Windows
^^^^^^^
If you're running Windows, make sure to install a Tex distribution like TeX Live or MikTeX as well as PyQt5 for your installed Python version. PyQt5 can be downloaded `here <https://riverbankcomputing.com/software/pyqt/download5>`_.

License
-------

This project is licensed under the `GNU General Public License v3.0 <https://www.gnu.org/licenses/gpl-3.0.en.html>`_.