Jump to content

Python Q: Console Coloring/formatting


TheUsualAlex

Recommended Posts

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! :)

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...