在Python控制台上中心对齐文本 [英] Center-aligning text on console in Python

查看:538
本文介绍了在Python控制台上中心对齐文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在创建一个简单的基于控制台的Python(2.4版)脚本,它将在Ba​​sh shell上运行。这是一个简单的基于菜单的脚本,向用户显示一组选项,并根据用户输入执行特定任务。

I am creating a simple console-based Python (version 2.4) script that will be run on a Bash shell. It is a simple menu-based script that displays a set of options to the user and will do specific tasks depending on the user input.

脚本启动时,它会清除屏幕并在屏幕中央显示菜单。我可以从 stty size 获取控制台宽度。

When the script starts, I want it to clear the screen and display the menu in the center of the screen. I can get the console width from stty size. How do I go about center-aligning the text?

推荐答案

您希望如下:

http://docs.python.org/library/string。 html#string.center

这篇关于在Python控制台上中心对齐文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆