TheUsualAlex Posted July 25, 2006 Share Posted July 25, 2006 Hello, Does anyone know if there exist any python module (standard distro most preferred) that would allow me to print colored text onto shell? Also (primarily out of curiosity), is there any module that would allow me to do some fancy text formatting in shell? I remember Perl has those stuff, though I can't recall if that was a standard distro or Win32 distro from ActiveState that has it.... Any ways, any pointers would be great! Much thanks! Quote Link to comment Share on other sites More sharing options...
symek Posted July 26, 2006 Share Posted July 26, 2006 Hello,Does anyone know if there exist any python module (standard distro most preferred) that would allow me to print colored text onto shell? Also (primarily out of curiosity), is there any module that would allow me to do some fancy text formatting in shell? I remember Perl has those stuff, though I can't recall if that was a standard distro or Win32 distro from ActiveState that has it.... Any ways, any pointers would be great! Much thanks! As I know there is no such thing in standard distro. It's even hard to imagine cross-platform inplementation of such. But you can use console for such things... hope this help! cheers, SY. PS as to formating: "curses" modules (not for windows....i'm affraid) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.