
-----------------------------------
QuantumPhysics
Mon Oct 08, 2012 10:49 am

Python Paint Program
-----------------------------------
This is a small paint program I made a while back with a GUI, I will also add saving files and opening previous files after I finish my current project.
Note: Can only run with wxPython extended lib

Here is the source code:



# Written by: QuantumPhysics
# Date Written: 10/06/12

# includes wxWidgets module
import wx

class PaintWindow(wx.Window):
    # array of colors available to draw
    colours = 

Enjoy!

-----------------------------------
QuantumPhysics
Tue Oct 09, 2012 3:25 pm

Re: Python Paint Program
-----------------------------------
So I got many views of my code but no replies, what are your responses to my code? I need all the feedback I can get.

-----------------------------------
paintinx
Wed Jun 29, 2016 10:41 pm

RE:Python Paint Program
-----------------------------------
good morning, its been a long time since 2012 but I only was looking for "paint program" and "programming" using the internet. and this is the first entry :) I will try it - did u everything with the idea/code in the meantime?


best, stef
