flexx
Write desktop and web apps in pure Python
File Explorer
Download Latest Version (.zip)- ci.yml
- demo.py
- Dockerfile
- README.md
- overview.svg
- api.rst
- index.rst
- api.rst
- index.rst
- README.md
- assets_data.rst
- debugging.rst
- event_system.rst
- index.rst
- notebooks.rst
- patterns.rst
- pscript_modules_scope.rst
- reactions.rst
- running.rst
- widget_basics.rst
- widgets_components.rst
- flexxdocsgen.py
- gencommonast.py
- genexamples.py
- genuiclasses.py
- uiexample.py
- index.rst
- config.rst
- index.rst
- logging.rst
- minify.rst
- .requirements.txt
- about.rst
- cli.rst
- conf.py
- configuration.rst
- contributing.rst
- eventsystembackground.rst
- freeze.rst
- index.rst
- make.bat
- Makefile
- motivation.rst
- overview.rst
- reference.rst
- releasenotes.rst
- start.rst
- test_app.py
- test_asset.py
- test_assetstore.py
- test_component2.py
- test_disposing2.py
- test_dump_export.py
- test_funcs.py
- test_live.py
- test_module.py
- test_session.py
- __init__.py
- _app.py
- _asset.py
- _assetstore.py
- _clientcore.py
- _component2.py
- _flaskhelpers.py
- _flaskserver.py
- _funcs.py
- _modules.py
- _server.py
- _session.py
- _tornadoserver.py
- bsdf_lite.py
- live_tester.py
- test_actions.py
- test_asyncio.py
- test_bothtester.py
- test_component.py
- test_dict.py
- test_disposing.py
- test_emitters.py
- test_loop.py
- test_no_dups.py
- test_properties.py
- test_properties2.py
- test_reactions.py
- test_reactions_dynamism.py
- test_reactions_fancy.py
- test_threading.py
- __init__.py
- _action.py
- _attribute.py
- _component.py
- _dict.py
- _emitter.py
- _js.py
- _loop.py
- _property.py
- _reaction.py
- both_tester.py
- bb64.js
- bsdf.js
- flexx.ico
- flexx.png
- iconmaker.py
- README.md
- __init__.py
- _form.py
- _grid.py
- _hv.py
- _layout.py
- _pinboard.py
- _stack.py
- _tabs.py
- __init__.py
- _filebrowser.py
- __init__.py
- _bokeh.py
- _button.py
- _canvas.py
- _color.py
- _dropdown.py
- _group.py
- _iframe.py
- _label.py
- _lineedit.py
- _markdown.py
- _media.py
- _plotly.py
- _plotwidget.py
- _progressbar.py
- _slider.py
- _tree.py
- __init__.py
- _widget.py
- README.md
- test_cli.py
- test_config.py
- test_import.py
- test_logging.py
- __init__.py
- config.py
- freeze.py
- getresource.py
- logging.py
- minify.py
- screenshot.py
- testing.py
- __init__.py
- __main__.py
- _config.py
- flx.py
- flx_flask.py
- README.md
- __init__.py
- app_layout.py
- chatroom.py
- circles.py
- colab_painting.py
- d3_collision.py
- demo.py
- drawing.py
- mondriaan.py
- monitor.py
- plotly_gdp.py
- sine.py
- splines.py
- themed_form.py
- twente.py
- video_viewer.py
- style.css
- data.json
- script.js
- __init__.py
- adding_handlers.py
- array_props.py
- basic_emit.py
- bokehdemo.py
- bootstrap.py
- box_vs_fix_layout.py
- buttons.py
- control_with_keys.py
- cookies.py
- deep_event_connections.py
- echarts_example.py
- editor_ace.py
- editor_cm.py
- flask_backend.py
- flask_server.py
- hello_world.py
- icons.py
- jquery.py
- leaflet.py
- local_assets.py
- mutual_dependent_props.py
- oneliners.py
- openlayers.py
- python_in_js.py
- python_side_widget2.py
- react_to_props.py
- redirect.py
- scrollable.py
- send_data.py
- serve_data.py
- serve_multiple1.py
- serve_multiple2.py
- serve_ssl.py
- serve_with_aiohttp.py
- serve_with_asgineer.py
- serve_with_flask.py
- splitters.py
- store.py
- threaded.py
- tree.py
- __init__.py
- benchmark.py
- deep1.py
- deep2.py
- errors.py
- find_prime.py
- hv_layout.py
- minsize.py
- mouse_and_touch.py
- tricky_events.py
- ws_speed.py
- dropdown_container.py
- group.py
- label.py
- markdown.py
- stack.py
- tabs.py
- __init__.py
- README.md
- __init__.py
- __main__.py
- _config.py
- clean.py
- copyright.py
- demo.py
- docs.py
- help.py
- pscript.py
- README.md
- test.py
- ws.py
- .gitignore
- CONTRIBUTING.md
- LICENSE
- MANIFEST.in
- README.md
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/flexxui/flexx
Downloads the entire project code from GitHub to your computer.
cd flexx
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install flexx
Installs the package published on PyPI directly โ no need to clone the source.
pip install -U https://github.com/flexxui/flexx/archive/master.zip
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install flexx
Installs the package published on PyPI directly โ no need to clone the source.
pip install -U https://github.com/flexxui/flexx/archive/master.zip
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
