Skip to main content

A simple module for making HTML GUI applications with python3/asyncio

Project description

wuy

If you have made a super python tool, and you want to add a GUI but without using qt/gtk/tk/wx/kivy/toga : you are in the right place ! Just re-use the local browser (chrome in app mode) as GUI, drived by wuy.


html / python

Basically, it's a python module which will act as a web server (http & websocket) and will open/manage a window for you ; providing a simple framework (js/py3 helpers).

It lets you create your GUI with yours web skills (html/js/css or any js frameworks/libs), and re-use the power of python on server side.

Technically, it's a python3 module, using asyncio and the marvellous aiohttp, and (if present) the uvloop, for the full speed ! The http server is here to serve static content (html, js, images ...). The websocket is here to simplify the communication (sync/async) between the window & the server. (rpc method to communicate from client to server, pubsub mechanism to communicate from server to clients, or from client to clients)

In app/window mode : it will manage (open/close) the window for you ; using the chrome app mode ; if the websocket brokes : window & server will shutdown (close the window ; the server will shutdown, close the server ; the window will shutdown). You (or your clients) will not see a difference with classical GUI !

In server mode : it will act as a classical web server ; and you can use as many clients/browsers as you want, from localhost or from anywhere else. Closing a socket ; just close the socket ;-). It can be hosted on the web, as long as the provider service use python3.

More on window/server differences

In all cases : it will be pretty easy to produce/freeze an executable/windows (one file with all html/js embedded), using pyinstaller/windows. And share your super python tool to the world (wuy comes with its own freezer (a wuy app !))!

Since 0.6; wuy provide a js method to proxify http requests, to avoid CORS troubles.

It's, a little bit, the same thing as python eel.

TODOs:

  • In the future : will use cefpython3 if it's present, else it will use the local chrome installation. (you could choose to force cef/local use) (you can already try ; modify wuy.py, replace ChromeApp() by ChromeAppCef())
  • Write docs & examples

The simplest example

This is the hello world of wuy

import wuy

class helloWorld(wuy.Window):
    """ <button onclick="wuy.beep()">BEEP</button> """
    size=(100,100)

    def beep(self):
        print("\a BEEP !!!")

helloWorld()

To Test/Run

Download the zip from here

$ pip3 install aiohttp winreg
$ python3 -u an_app.py

(winreg is needed for windows only)

It's an app !

For a regular server example (many clients from anywhere on web)

$ python3 -u a_server.py

To Use

Install the lib :

$ pip3 install wuy winreg

(winreg is needed for windows only)

And follow the official tuto.

See Examples

  • an_app : all kind of tricks
  • an_app2 : an input box
  • an_app3 : an alert box with autodeclared js vars (chain'able windows)!
  • an_app4 : using sync & async rpc calls !
  • an_app5 : using async aiohttp.get (request content from web) & FULLSCREEN mode
  • an_app6 : progress bars (async)
  • an_app7 : html is inside the docstring ! (SIMPLEST)
  • an_appVuejs : using a vuejs app (and a continuous push from server to client)
  • a_server : a server, tchat service for multiple clients

Don't forget to have a look at real examples too (real apps for real life)

With wuy.Window for app (which open/manage a chrome window app)

With wuy.Server for classic http/ws servers

And client side (javascript), in all cases : use wuy.js

Learn More on differences between this two class

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wuy-0.8.1.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wuy-0.8.1-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file wuy-0.8.1.tar.gz.

File metadata

  • Download URL: wuy-0.8.1.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5

File hashes

Hashes for wuy-0.8.1.tar.gz
Algorithm Hash digest
SHA256 1100bf79994e49736f280469366053b34055953436885b42fbe56732be0bdea9
MD5 5a3fdddef9958c924aa69ff62354bda5
BLAKE2b-256 084d475d3db059a92f453898ba36050240759ff1d97d23a62a6d5a5d48006a11

See more details on using hashes here.

File details

Details for the file wuy-0.8.1-py3-none-any.whl.

File metadata

  • Download URL: wuy-0.8.1-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5

File hashes

Hashes for wuy-0.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 883582a80509c22fe0e133b589089b6fc6e3314d0b1e32121ed461917878ac90
MD5 68b32e1ee018e5cf1a73dd1c3ba04dd4
BLAKE2b-256 5de8f847f26d1a1ce82cbeb9b43e0dc179727ff1506873c0120afa5b898bd299

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page