pandemonium_engine/modules/network_synchronizer/debugger_ui/readme.md

390 B

Network debugger UI

Requirements

  • Install python
  • Install pip
  • Install PySimpleGUI: pip install pysymplegui
  • Install Tkinter:
    1. Install Tkinter app:
      • Fedora: sudo dnf install python3-tkinter
      • Ubuntu: sudo apt-get install python3-tk
    2. Install python library: pip install tk

Missing features

  1. At the moment it's not supported multiple client debugging.