al pacino wrote:
> hi,
> 
> is it possible to address the  'screen pixels' using python , like
> analogous to older dos( functions that graphics.h provides') or win api
> calls for gdi.
> 
> what i want is to display clusters (in differetn colours) on screen
> using python.
> 
> thanks.
> 
Sure. The problem will be to choose the right tool from the myriads of 
available ones.

I have some experience with PyGame
   http://www.pygame.org/news.html
which is built on top of SDL
   http://www.libsdl.org/index.php
and find it easy to understand and use.

Don't be fooled by the 'Game' part - PyGame is as useful as SDL (a very 
good library).

Claudio
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to