(11-26-2020, 06:54 AM)longpanda Wrote: Good.Thanks!
I think it's better to keep the same UI/layout with Windows version.
"I think it's better to keep the same UI/layout with Windows version." - I AGREE totally ... will be working in that direction!
For now I wanted more info about the drives available (not just sda or sdb) - at least I got that working!
To RUN VentoyGUI
sudo python3 ventoygui.py
If anybody has this error ...
Traceback (most recent call last):
File "ventoygui.py", line 3, in <module>
from tkinter import *
ModuleNotFoundError: No module named 'tkinter'
just:
sudo apt install python3-tk
and try again ...