.. htmlPy documentation master file, created by
   sphinx-quickstart on Fri Jun 27 14:23:28 2014.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to htmlPy's documentation!
==================================


**HTML5+CSS3+Javascript based GUI libary in Python**


.. image:: https://travis-ci.org/amol-mandhane/htmlPy.svg?branch=master
   :target: https://travis-ci.org/amol-mandhane/htmlPy
   :alt: Travis CI build status

.. image:: https://pypip.in/v/htmlPy/badge.png
    :target: https://pypi.python.org/pypi/htmlPy/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/htmlPy/badge.png
    :target: https://pypi.python.org/pypi/htmlPy/
    :alt: Number of PyPI downloads

htmlPy is a wrapper around `PyQt4 <http://www.riverbankcomputing.co.uk/software/pyqt/intro>`_'s webkit library. It helps with creating beautiful GUIs using **HTML5, CSS3 and Javascript** for standalone Python applications. It is built on `Qt <http://qt.digia.com/>`_ which makes it highly **customizable and cross-platform**. htmlPy can be used with any python library or environment like `django <https://www.djangoproject.com/>`_, `flask <http://flask.pocoo.org/>`_, `scipy <http://www.scipy.org/>`_, `virtualenv <http://virtualenv.readthedocs.org/>`_ etc. You can use front-end libraries and frameworks like `bootstrap <http://getbootstrap.com/>`_, `jQuery <http://jquery.com/>`_, `jQuery UI <http://jqueryui.com/>`_ etc. and create GUIs for your applications in no time.

To start using htmlPy, please read :doc:`installation instructions <installation>`.

You can get the source at `GitHub repository <https://github.com/amol-mandhane/htmlPy>`_. Versions older than 2.0.0 are not recommended for use in production.

.. toctree::
    :maxdepth: 2

    installation
    pyqt_installation
        windows
        linux
    quickstart
        standalone
        web
    tutorials
        webpy
        django
    reference
        AppWindow
        WebAppWindow




Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

