Skip to content

I was looking for a way to create a DVD with chapters on Linux after my windows program went kaput! So I wrote a program to create the XML file dvdauthor nees to create the DVD file structure

Notifications You must be signed in to change notification settings

djotaku/PyDVDAuthor

Repository files navigation

Put dvdauthor.py, Pydvdauthor.py, Pydvdauthor_curses.py, and Pydvdauthor_wxPython.py in the same directory.

Then what you type depends on what type of interface you want.  If you want A completely text-based interface, type:

python Pydvdauthor.py

If you want a semi-GUI in the commandline via ncurses, type:

python Pydvdauthor_curses.py

If you want a full-fledged GUI, type:

python Pydvdauthor_wxPython.py

ENJOY!

About

I was looking for a way to create a DVD with chapters on Linux after my windows program went kaput! So I wrote a program to create the XML file dvdauthor nees to create the DVD file structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages