mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 08:57:34 +01:00
.. | ||
cpplize_debugger.py | ||
debugger.py | ||
readme.md |
Network debugger UI
Requirements
- Install python
- Install pip
- Install PySimpleGUI:
pip install pysymplegui
- Install Tkinter:
- Install Tkinter app:
- Fedora:
sudo dnf install python3-tkinter
- Ubuntu:
sudo apt-get install python3-tk
- Fedora:
- Install python library:
pip install tk
- Install Tkinter app:
Missing features
- At the moment it's not supported multiple client debugging.