mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
390 B
390 B
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.