Write desktop and web apps in pure Python.
Project description
Introduction
Flexx is a pure Python toolkit for creating graphical user interfaces (GUI’s), that uses web technology for its rendering. Apps are written purely in Python; Flexx’ transpiler generates the necessary JavaScript on the fly.
You can use Flexx to create (cross platform) desktop applications, web applications, and (if designed well) export an app to a standalone HTML document. It also works in the Jupyter notebook.
The docs are on Readthedocs. the code is on Github. Flexx is currently in alpha status; any part of the public API may change without notice. Feedback is welcome.
Flexx has a modular design, consisting of a few subpackages, which can also be used by themselves:
flexx.ui - the widgets
flexx.app - the event loop and server
flexx.event - properties and events
flexx.pyscript - Python to JavaScript transpiler
flexx.webruntime - to launch a runtime
flexx.util - utilities
Example
Click the image below for an interactive example:
There is a demo server at http://flexx1.zoof.io (it might not always be on).
Motivation
The primary motivation for Flexx is the undeniable fact that the web (i.e. browser technology) has become an increasingly popular method for delivering applications to users, also for (interactive) scientific content.
The purpose of Flexx is to provide a single application framework to create desktop applications, web apps, and (hopefully soon) mobile apps. By making use of browser technology, the library itself can be relatively small and pure Python, making it widely available and easy to use.
Installation
Flexx requires Python 2.7 or Python 3.2+ and also works on pypy. Further, it needs the tornado library (pure Python). For running desktop apps, it is recommended to have Firefox installed.
To install use any of: * conda install flexx -c conda-forge * pip install flexx * Clone the repo and add it to your PYTHONPATH, or python setup.py install.
License
Flexx makes use of the liberal 2-clause BSD license. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file flexx-0.4.zip
.
File metadata
- Download URL: flexx-0.4.zip
- Upload date:
- Size: 507.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42e26ba95c7eec951644ee8cd9cd4cf590ba870e9ff5a1d81ff4e4de06f4851b |
|
MD5 | ecfa24a53d955a9ab29ee321f5f6de25 |
|
BLAKE2b-256 | 1f5ae9afddb84a527c4024e3b4f20b32c4c2ca8bd73dc034e28ccedb3ba22cb7 |
File details
Details for the file flexx-0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: flexx-0.4-py2.py3-none-any.whl
- Upload date:
- Size: 513.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0528ea12bc8ce653701d50776cacbd29baca205d5441299ea4920e03428fa7bf |
|
MD5 | c2bc419d434f7b65002183bd49fed427 |
|
BLAKE2b-256 | 64e3a5b6baf35da888ddf35e987a9400881529eb9d6789c10f2cfaf19cb86e59 |