Create standalone Windows program with simple graphics?

Paul Rudin paul.nospam at rudin.co.uk
Fri Apr 17 03:05:38 EDT 2009


Poster28 <usenet1 at anton.e4ward.com> writes:


> I'd like to program and compile a simple graphics program (showing something
> like a chess board, some numbers and buttons, mouse support) ...

2d or 3d graphics? You could start by looking at pygame and pyopengl.

> ... and provide it as a standalone binary for Windows users.

py2exe, althought this is a bit of a PITA. I'd get your game working
first and worry about this aspect of the project last.






More information about the Python-list mailing list