{% extends "base.html" %} {% block title %}Home{% endblock %} {% block header %}Welcome to LiveConfig{% endblock %} {% block content %}

LiveConfig is a tool for editing variables during the execution of a Python program.


Use the navigation bar to explore your application.

Classes

View and edit instance attributes in real-time.

Explore
Variables

Edit live variables during program execution.

Explore
Triggers

Execute functions directly from the web interface.

Explore
{% endblock %}