pytermgui:使用Python编写的用于命令行的简单而强大的终端用户界面库

时间:2024-04-22 01:28:57
【文件属性】:

文件名称:pytermgui:使用Python编写的用于命令行的简单而强大的终端用户界面库

文件大小:803KB

文件格式:ZIP

更新时间:2024-04-22 01:28:57

Python

pytermgui 一个简单的模块,用于在终端中显示UI以及读取输入。 就目前而言, 是一个很好的用法示例,但是文档很快就会发布。 入门 # version with comments & explanation: examples/readme_example.py from pytermgui import Container , container_from_dict , getch data = { "ui__title" : "Test data" , "key" : "value" , "key2" : "value2" , "ui__button" : { "id" : "test-data_button" , "value" : "publish!" } } containers = contain


【文件预览】:
pytermgui-master
----README.md(2KB)
----pytermgui()
--------__init__.py(306B)
--------input.py(10KB)
--------ui.py(35KB)
----examples()
--------basic_menu.py(1KB)
--------readme_example.py(956B)
--------project_picker.py(4KB)
----todo.md(150B)
----img()
--------basic-menu.png(128KB)
--------teahaz-filemanager.png(133KB)
--------teahaz-menupicker.png(235KB)
--------project-picker.png(298KB)
--------fishtank-newfish.png(55KB)
--------readme-example.png(93KB)
----setup.py(518B)

网友评论

  • [face]emoji:010.png[/face]好像没有看到调用方法