Python graphical library

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bluesmanu@gmail.com

    Python graphical library

    Hi all,

    I am looking for a python graphical library that would allow me to
    draw borderless windows, sort of like a notification frame showing up.
    I would also like to be able to make it transparent but I suppose that
    is very much desktop manager dependent.

    Thank you very much for the help.

    ET
  • Steve

    #2
    Re: Python graphical library

    On Sep 24, 7:31 pm, bluesm...@gmail .com wrote:
    Hi all,
    >
    I am looking for a python graphical library that would allow me to
    draw borderless windows, sort of like a notification frame showing up.
    I would also like to be able to make it transparent but I suppose that
    is very much desktop manager dependent.
    >
    Thank you very much for the help.
    >
    ET
    wxpython supports both these features

    Comment

    Working...