Text Wrap in Terminal
Please support our Python advertiser: Programming Forums
![]() |
•
•
Posts: 5
Reputation:
Solved Threads: 0
Hello, I have a text-based program (non-GUI) that would run solely inside the workspace terminal. Within this program there are hundreds of "print statements" showing really long texts.
e.g.
print "This is a really really really really really really really really really really really really really really really really really really long sentence."
Is there a way (e.g. a class) that I can use to wrap all outputted text (e.g. 70 characters long per line) around the workspace terminal? It would be perfect if I can create a class that runs in the background and wraps the texts automatically without calling it every time I use a print statement.
Thanks a lot!
e.g.
print "This is a really really really really really really really really really really really really really really really really really really long sentence."
Is there a way (e.g. a class) that I can use to wrap all outputted text (e.g. 70 characters long per line) around the workspace terminal? It would be perfect if I can create a class that runs in the background and wraps the texts automatically without calling it every time I use a print statement.
Thanks a lot!
![]() |
Similar Threads
Other Threads in the Python Forum
- Help with automatic update problem and more (Viruses, Spyware and other Nasties)
- Doubts (Computer Science)
- Passing a filestream, how? (C++)
Other Threads in the Python Forum
- Previous Thread: urllib - check if web page exists
- Next Thread: Pattern / Image matching
•
•
•
•
Views: 402 | Replies: 2 | Currently Viewing: 1 (0 members and 1 guests)





Linear Mode