GithubHelp home page GithubHelp logo

kmbase / editor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pywr-editor/editor

0.0 0.0 0.0 5.59 MB

A graphical user interface to edit Pywr models

License: GNU General Public License v3.0

Python 99.62% Inno Setup 0.38%

editor's Introduction

Pywr editor

A graphical user interface to edit Pywr models

GPL Donate Build Windows Syntax check

Main window

Pywr editor is a user-friendly, free and open‑source graphical user interface (UI) to build and customise pywr models written in JSON-based document format.

Pywr editor provides the following features:

  • Full and easy customisation of model parameters, nodes, recorders, metadata, tables, imports and slots directly from the UI
  • Dynamic validation of model configuration
  • Easily run and debug your model using the toolbar actions
  • Support of custom model components
  • Interactive model schematic
    • pan, zoom, resize, screenshotting
    • drag, drop or delete multiple nodes at the same time
    • connect or disconnect nodes
    • change colour and shape of nodes
  • External data support
    • Automatic parsing of external files to offer suggestions of DataFrame index and column names, and values (from CSV, Excel or HDF files)
    • Data visualisation with charts
    • Import/export value to Excel (Windows only)
  • Windows integration
    • Open JSON files directly in the editor
    • Browse recent files
    • Pin most used models in the taskbar

Note: although the software can run on any system that can run Python, the editor is currently designed to work on Windows only. Upon request the UI can be optimised to work on Linux and Mac platforms.

Screenshot gallery

Getting started

You can get started with Pywr editor by installing the Windows binary or running the repository source code.

Install the executable

The Windows executable already bundles Python and all the necessary dependencies. You can either install the editor by downloading the Pywr_editor_installer.exe file in the Release page of this project or by downloading and unpacking the Pywr_editor.zip file with the Pywr editor.exe file.

Run the Repository source code

You can run Pywr editor using the Python virtual environment on your machine. From your command line:

  # clone the repository first
  git clone https://github.com/pywr-editor/editor.git
  
  # create a new Python virtual environment
  python -m venv venv
  venv\Scripts\activate

  # install the necessary dependency first:
  pip install -r requirements.txt
  
  # run the editor using
  python main.py

this requires Python >= 3.10

License

This software is licensed under the GNU General Public License, version 3.0+. See the LICENSE file

editor's People

Contributors

s-simoncelli avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.