mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 12:26:59 +01:00
16 lines
390 B
Markdown
16 lines
390 B
Markdown
|
# 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`
|
||
|
1. Install python library: `pip install tk`
|
||
|
|
||
|
|
||
|
# Missing features
|
||
|
1. At the moment it's not supported multiple client debugging.
|