Thread
:
Marguee with Python
View Single Post
Jun 11th, 2006, 1:09 PM
#
3
Dietrich
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power:
4
Write a small HTML file with the marquee you want, save it as MyMarquee.html and run in from your Python program with these two lines:
(
Toggle Plain Text
)
import os os.startfile("MyMarquee.html")
import os os.startfile("MyMarquee.html")
There is probably a way to doctor one up with wxPython.
__________________
I looked it up on the Intergnats!
Dietrich
View Public Profile
Find More Posts by Dietrich