Metadata-Version: 1.0
Name: Impromptu
Version: 0.1.1b
Summary: A graphical teleprompter-like scrolling HTML text display
Home-page: http://chrisarndt.de/projects/impromptu/
Author: Christopher Arndt
Author-email: chris@chrisarndt.de
License: MIT License
Download-URL: http://chrisarndt.de/projects/impromptu/download/
Description: This is a little Python script, which displays a pseudo-HTML file in a window
        and scrolls the text in upwards or downwards direction.
        
        You can use it, for example, as a teleprompter while recording a podcast or
        an audiobook or for a presentation. You can use differents fonts, colors and
        sizes via a subset of the HTML4 standard and control the scrolling speed
        and direction via command line options and keyboard commands while the
        application is running.
        
        It requires pyglet_.
        
        .. _pyglet: http://www.pyglet.org/
        
Keywords: html,pyglet,gui,scrolling
Platform: POSIX
Platform: Windows
Platform: MacOS X
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Topic :: Education
Classifier: Topic :: Multimedia :: Graphics :: Presentation
