Page 1 of 1

Create a GUI Program Using Python and Tkinter

Posted: 11 May 2008 21:10
by davidmorehouse16
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

Code: Select all

cd C:\Program Files\VideoLan\VLC vlc.exe [i]parameters[/i]
I would set the parameters using variables.
How can I run VLC using Python?