Better Fancy Formatting and Printing with Python
A while back, I came up with a great way to print boxed text to the screen in a way that wrapped the lines, and allowed the justification of the text. I've reworked the code since then, revisiting my random libraries as I do, and came up with a much better implementation: View on GitHub.