User Interface ============== The user interface uses wxPython to create a form and the corresponding canvas to draw data on the form. It can also save maps, for which we use PIL, the ``Python Imaging Library``. See :ref:`ui` .. note:: wxPython Website: http://www.wxpython.org/ .. note:: PIL website: http://www.pythonware.com/products/pil/ .. automodule:: gui :members: