pandemonium_engine/modules/network_synchronizer/debugger_ui
2023-12-25 19:27:07 +01:00
..
cpplize_debugger.py
debugger.py
readme.md

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.