Making graphics appear on the desktop

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dnskhdka
    New Member
    • Apr 2012
    • 2

    Making graphics appear on the desktop

    I am a newbie in python programming. My script needs to have a rectangle with some text appear on the desktop but I can't figure out how to do this. Can someone help?
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    We are not here to write code for you. What have you tried? Will you be using a GUI toolkit? Tkinter? wxPython? Should the text be a label or an entry field?

    Comment

    • dnskhdka
      New Member
      • Apr 2012
      • 2

      #3
      tkinter comes with python so it would be nice, but wxpython is good to.

      Comment

      Working...