Enso or Launchy like UI from Python

Z

zooey

Hi there,

I want to make transparent/launcher-like window application using python.

(similar as Enso, Launchy, etc. I know Enso written in python.)

Is there any open source project like it or any example?


Thanks,

Aaron.
 
K

kyosohma

Hi there,

I want to make transparent/launcher-like window application using python.

(similar as Enso, Launchy, etc. I know Enso written in python.)

Is there any open source project like it or any example?

Thanks,

Aaron.

I know wxPython has the ability to make any of its windows semi-
transparent or completely transparent and I would assume that the
other major Python GUI toolkits can do so as well.

All you'd really need to do is use glob.glob to get the shortcuts from
whatever directories you want and then do auto-complete when the user
tries to type a name. I think the subprocess module would probably be
your best bet for launching the applications.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top