문제

Is there anything like Zenity built into iPython?

If not, what would be the best way to approach creating Zenity-like shell scripts with iPython?

Or should I just use regular Python and make a small GUI application (e.g., with PyQt)?

I'm trying to keep it really simple and convert an existing bash shell script into something Python-based (as a learning exercise).

I'm running Linux (and I don't need to be concerned with other platforms).

도움이 되었습니까?

해결책

Yes, there is, and It's called PyZenity. Additional Info Available Here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top