Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 committed Apr 8, 2019
1 parent ce478a3 commit 459ee82
Show file tree
Hide file tree
Showing 216 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ This repository uses `Travis-CI <https://travis-ci.org/>`_ and be building jobs
Examples
========

Web GUI. Such as `Create PDF from your images <examples/web_gui/application.py>`_
Web GUI. Such as `Create PDF from your images <examples/web_gui/ebook_homebrew_webUI/README.rst>`_

Licence
=======
Expand Down
36 changes: 36 additions & 0 deletions examples/web_gui/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
====================
Ebook Homebrew WebUI
====================

The basic WEB app which create PDF from your images built in the ebook-homebrew.

Getting Started
===============

Ebook Homebrew WebUI needs ``Flask`` .

.. code-block:: bash
$ pip install requirements.txt
Usage
=====

Run ``application.py`` .

.. code-block:: bash
$ cd ebook_homebrew_webUI
$ python application.py
And access `localhost:8080 <http://localhost:8080/>`_

Demos
=====

Like This TOP pages. Click ``GO DEMO APP`` .

.. image:: https://raw.githubusercontent.com/tubone24/ebook_homebrew/master/examples/web_gui/docs/images/top.png

Choose Files, digits and extension. Click ``Create!`` and Downloading ``result.pdf``

.. image:: https://raw.githubusercontent.com/tubone24/ebook_homebrew/master/examples/web_gui/docs/images/to2.png
Binary file added examples/web_gui/docs/images/top.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/web_gui/docs/images/top2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions examples/web_gui/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Flask==1.0.2
Jinja2==2.10
Werkzeug==0.15.2
ebook-homebrew==1.1.5

0 comments on commit 459ee82

Please sign in to comment.