Skip to main content

Pure Python toolkit for creating GUI's using web technology.

Project description

https://travis-ci.org/zoofIO/flexx.svg https://readthedocs.org/projects/flexx/badge/?version=latest

Flexx is a pure Python toolkit for creating graphical user interfaces (GUI’s), that uses web technology for its rendering. You can use Flexx to create desktop applications, web applications, and (if designed well) export an app to a standalone HTML document. It also works in the Jupyter notebook.

Being pure Python and cross platform, it should work anywhere where there’s Python and a browser. To run apps in desktop-mode, we recommend having Firefox installed.

Flexx has a modular design, consisting of a few subpackages, which can also be used by themselves:

  • ui - the widgets

  • app - the event loop and server

  • react - reactive programming (how information flows through your program)

  • pyscript - Python to JavaScript transpiler

  • webruntime - to launch a runtime

Example and demo server

Click the image below for an interactive example:

https://dl.dropboxusercontent.com/u/1463853/images/flexx_demo_300.png

There is an Amazon instance running some demos on http://52.21.93.28:8000/ (it might not always be on).

Current status

Flexx is still very much a work in progress. Please don’t go use it just yet for anything serious. The public API can change without notice. However, we’re interested in feedback, so we invite you to play with it!

Requirements

Flexx requires Python 2.7 or Python 3.2+ and also works on pypy. Further, it needs the tornado library (pure Python).

Getting started

  • Clone the repo and add it to your PYTHONPATH, or python setup.py install, or pip install flexx.

  • Run the examples.

  • Read the docs.

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

flexx-0.3.1.zip (418.3 kB view hashes)

Uploaded Source

Built Distribution

flexx-0.3.1-py2.py3-none-any.whl (418.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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