User interfaces in console (dialog like)

N

Negroup

Hi all.

I need to provide to my users a graphical interface to be used from
os' command line.
Initially I thought something equivalent to Unix dialog, and googling
around I have found Python Dialog
(http://pythondialog.sourceforge.net/). This would be the perfect
solution for me if it could be cross platform. However, it doesn't
work on Windows, just on Linux/Unix.

Do you guys know an alternative that fits my needings without moving
from Python?

Thanks,
-ng
 
R

Riccardo Galli

Hi all.

I need to provide to my users a graphical interface to be used from os'
command line.
Initially I thought something equivalent to Unix dialog, and googling
around I have found Python Dialog
(http://pythondialog.sourceforge.net/). This would be the perfect solution
for me if it could be cross platform. However, it doesn't work on Windows,
just on Linux/Unix.

Do you guys know an alternative that fits my needings without moving from
Python?

Thanks,
-ng

It doesn't depend on the language. There aren't truely portable graphic
interface libraries, which show more than a coloured rectangle.
For *nix, there is also curses-extra, which offers various widgets
(textview,combobox,radio and checkbuttons and so on).
http://www.sideralis.net/index.php?action=4&pjid=20

Bye,
Riccardo
 
J

James Carroll

Wow, I was just reminiscing about my old TurboVision days... I second
the recommendation.
 

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

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top