Skip to content
Advertisement

Tag: exe

How to build a Tkinter GUI in linux like exe in window?

I worote some Tkinter script in Linux,everytime I use “python script.py” to run it from terminal, but in windows,I can use pyinstaller to build an EXE file, then double click the GUI will run. How do I do in linux to build an “exe” file then can click it will run instead of “python script.py”? pyinstaller Answer In Linux you

Advertisement