termplotlib termplotlib是一个Python库,可满足您所有终端绘图需求。 它旨在像一样工作。 线图 对于线图,termplotlib依赖于 。 安装后,代码 import termplotlib as tpl import numpy x = numpy . linspace ( 0 , 2 * numpy . pi , 10 ) y = numpy . sin ( x ) fig = tpl . figure () fig . plot ( x , y , label = "data" , width = 50 , height = 15 ) fig . show (
2021-02-06 19:07:28 28KB python terminal command-line pypi
1
装饰:装饰者的元存储库 抽象 该项目鼓励探索Python中装饰器的局限性。 尽管装饰器可能是初学者的新手,但它们是该语言的一个非常有用的功能。 它们可以类似于Lisp Macros,但无需更改AST。 这些软件包中的@animated装饰器是@animated和@writing 。 该存储库是从头开始构建的,仅使用Python的标准库即可,无需依赖! 例子 动画的 用作装饰器并与上下文管理器混合 与嵌套上下文管理器一起使用 写作 另一个名为项目使用装饰包-基本上是的命令行界面。 只需添加3行代码即可使用装饰器@writing! 该行为是一台类似复古打字的计算机。 看看很棒的效果: 在我有关
2021-02-06 19:07:28 36KB python terminal animation decorators
1
TermKit:终端套件-用于Swift应用程序的控制台UI工具包
2021-02-06 19:07:27 251KB swift gui terminal toolkit
1
ruscii:终端图形引擎:在终端中构建游戏!
1
创建React组件 CLI工具来创建react或react-native组件 待办事项:撰写更详细的说明
2021-02-04 13:11:58 46KB react cli react-native terminal
1
皮托 基于Raspberry Pi终端的活动监视器 是的,我知道已经有很多解决方案可用,但是我想为Raspberry Pi在Go中构建自己的基于终端的活动监视器。 这是针对RPI 4的,它应适用于RPI 3(更新:适用于RPI 3)。 安装 注意:针对32位和64位操作系统的预构建二进制文件不需要Go。 32位 Raspberry Pi OS 32位 覆盆子 RetropPie树莓派4/400 curl -sSL https://raw.githubusercontent.com/PierreKieffer/pitop/master/install/install_pitop32.sh | bash 64位 适用于Raspberry Pi的Ubuntu服务器20.04 LTS 64位 curl -sSL https://raw.githubusercontent.com/PierreKieffer/pitop/master/install/install_pitop64.sh | bash 跑 pitop 建于 没有使用外部程序包进行系统数据提取和操作。 执照 BSD
2021-02-03 01:07:12 3.28MB raspberry-pi monitoring terminal-based MonitoringGo
1
Go的终端进度栏 安装 go get github.com/cheggaaa/pb/v3 v1栏的文档可 快速开始 package main import ( "time" "github.com/cheggaaa/pb/v3" ) func main () { count := 100000 // create and start new bar bar := pb . StartNew ( count ) // start bar from 'default' template // bar := pb.Default.Start(count) // start bar from 'simple' template // bar := pb.Simple.Start(count) // start bar from 'full' template // bar := pb.Full.Start(count) for i := 0 ; i < count ; i ++ { bar . Increment () time . Slee
2021-02-02 16:35:53 44KB go terminal progress-bar GoGo
1
gitui::collision::collision:生锈的git的快速终端用户界面:crab:
2021-02-02 16:35:40 9.29MB git rust terminal async
1
放大器:您的终端的完整文本编辑器
2021-02-01 23:07:31 482KB vim rust terminal text-editor
1
onehalf:Vim,Sublime Text,iTerm,gnome-terminal等的干净,鲜明和令人愉悦的配色方案
2021-02-01 23:07:22 3.53MB vim iterm terminal neovim
1