终端的文本横幅

terminal-banner的Python项目详细描述


用于终端应用程序的文本横幅。

示例

importterminal_bannerbanner_text="This is my banner text.\n\nThis is a second line of text."my_banner=terminal_banner.Banner(banner_text)print(my_banner)

输出:

******************************************...****
* This is my banner text.                       *
*                                               *
* This is a second line of text.                *
******************************************...****

安装

使用pip安装python包:

pip install terminal_banner

来源:

git clone https://github.com/martincyoung/terminal_banner

许可证

MIT License

Copyright (c) 2017 Martin Craig Young

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java JAXB在不创建子类的情况下解组子属性   java无法将JSON反序列化为POJO(使用Jackson)   java将笛卡尔坐标(X,Y)转换为GPS坐标(纬度和经度)   java如何加载具有不同参数的TrueTypeFont?LibGDX   java从JAXRS servlet动态创建图像   java中的整数int已经用完了20亿,还有其他选择吗?   java如何使用具有此特定公式的未排序数组实现二叉搜索树?   添加到salesforce时发生java JNI错误   JavaWicket动态地向表单添加组件   java静态列表减去select语句   java在哪些情况下SQL语句对象会自动关闭?   eclipse Java程序在Resultset之前终止。下一个()   使用Hibernate时发生java通信异常   java如何为if语句“声明”NaN?   如何在无人机上使用python和java。伊奥?   用属性进行java计算   如何查找值为0的数组的索引?JAVA   swing Java鼠标事件MouseClicked工作正常,但MousePressed和MouseReleased则不行   如何使用java itext为仅包含图像的现有pdf设置属性?