Skip to content

laca-is/MASPY-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MASPY-GUI

Interface for the Visual Representation and Debugging of the MASPY Framework

Installation

To install the interface MASPY-GUI

pip install maspy-gui 

Update

pip install maspy-gui -U

Tutorial

  1. Choose a MASPY implementation to add the interface

  2. Import the interface

from gui.start import start_interface
  1. Add in the first line of your main:
def main():
Admin(listener_log=True)
  1. Comment your start_system() and add start_interface()
#Admin().start_system()
start_interface()

Examples

The examples are based on the original files found in MASPY - Examples, and have been adapted to include the interface.

About

Interface for the Visual Representation and Debugging of the MASPY Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages