Skip to content

ifpen/chalk-it

Repository files navigation

Chalk'it

Welcome to Chalk'it. Chalk'it ambition is to allow technicians, scientists or engineers, not specialists in web technologies, to build their own web applications based on the Python code, JavaScript code or web-services they develop. Watch this 5 minutes video for a quick introduction: https://www.youtube.com/watch?v=vY8I1XwKs9k or this more detailed demo: https://www.youtube.com/watch?v=4O2IfRogeCc.

live demo

Currently, Chalk'it allows to export and share standalone HTML apps with Python and/or JavaScript code, thanks to Pyodide. Since version 0.5.0, Chalk'it is able to run standard Python code and host related dashboard as Docker images.

See the demos gallery and templates gallery for examples with code.

For more details, you can browse the online documentation

Usage

Install

pip install py-chalk-it

Run

chalk-it

Chalk'it will be automatically launched in your web browser.

Your can also use the online hosted version.

Add needed Python (Pyodide) librairies

live demo

Add widgets by drag and drop

drag and drop

Use your favorite librairies

drag and drop

Create interaction and orchestration dataflow

drag and drop

Export and share in one click

Export

Roadmap

  • 3 clicks dashboard cloud sharing
  • Command line interface (project open, render ...)
  • PyDeck support

Contributing

If you are a developer, and wish to contribute, please read the contribution rules.