Create Windows PySide6 apps visually.
Visual speed with the power of handwritten code structure.
Advanced editor with Snap-to-Grid, smart alignment guides, and Interactive Gizmos for precise resizing.
Forget `exec()`. EasyPy generates standard Python methods (`def on_click...`) fully compatible with external IDEs.
Manage libraries directly from the IDE. Install any Python package from PyPI without touching the command line.
Drop any .py file into the plugins folder to add custom widgets, wizards, and specialized tools instantly.
Runtime errors now point to the exact line number in your logic, making troubleshooting effortless.
Ask the built-in AI. It knows your widgets, your pages, and generates standard Python code for them.
Works with OpenAI, LM Studio, or Ollama (Gemma, Llama 3) for 100% private development.
Instantly extract and copy generated code snippets directly to your Action Editor.
How do I add a new item to Listbox_1?
Use this code for your widget:
find_widget("Listbox_1").addItem("New Item")