Dos calls in Python

Syver Enstad syver-en+usenet at online.no
Sat Jan 18 18:46:28 EST 2003


"Bill Walker" <kwalker at earth1.net> writes:

> Anyway to call dos interrupts from python? I would like to change to
> graphics screen mode and call the pixel plot routines in the BIOS to
> plot
> 
> some graphs..

If you are running under windows, using Pygame would be a way to
achieve what you want. Pixelplotting and using fullscreen
mode. (Pygame works by using directX under the hood).

http://www.pygame.org
 

-- 

Vennlig hilsen 

Syver Enstad




More information about the Python-list mailing list