Create a GUI Program Using Python and Tkinter
Posted: 11 May 2008 21:10
I have created a bat file that does this but now that I am learning python wish to now if I can build a GUI Program using Python, Tkinter, and VLC. My first problem is running VLC. In bat files I would just
I would set the parameters using variables.
How can I run VLC using Python?
Code: Select all
cd C:\Program Files\VideoLan\VLC
vlc.exe [i]parameters[/i]
How can I run VLC using Python?