2-D drawing/map with python

Huseyin Emre Guner heguner at gmail.com
Tue Mar 12 11:58:55 EDT 2013


Hello, 
I am newbie in Python. I would like to make a project using python.
The main ideo of this project is that a user enters the x,y values to  the Gui(PyQt or Gtk) and then a 2-D map is plotted due to the x,y values. First, I use Pygame commands "(pygame.draw.line(window, (255, 255, 255), (10, 10), (200, 400))" However  I could not establish a gui with pygame. Now I would like to use the PyQt.  Could you please give me advice for this project?



More information about the Python-list mailing list