- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://github.com/cosven/feeluown-core
- 软件文档: https://github.com/cosven/feeluown-core/blob/master/README.md
- 官方下载: http://github.com/cosven/feeluown-core
软件介绍
可以和 grep,awk,tmux,cut 等工具良好协作的命令行播放器
录了个两分钟的简短的演示视频
Features
C/S 架构,客户端和服务端基于 TCP 进行通信 protocol
输出为 text stream,能被 grep/awk/cut 等工具方便的处理
抽象 netease/xiami 相关三方资源
像管理 dotfile 一样管理播放列表、喜欢的歌手等音乐资源 for example
Install
sudo apt-get install libmpv1 # Debian or Ubuntu brew install mpv # mac osx # please always use the latest release pip3 install 'fuocore>=1.0.0a1' pip3 install 'fuocli>=0.0.1a0'
Simple Usage
# start daemon
fuo --debug
# use fuocli
fuocli search '谢春花' | grep songs | head -n 10 | awk '{print $1}' | fuocli add
fuocli add fuo://netease/songs/45849608
fuocli remove fuo://netease/songs/45849608
fuocli play fuo://netease/songs/458496082
fuocli list
fuocli status
fuocli pause
fuocli resume
Math Adventures with Python
Peter Farrell / No Starch Press / 2018-11-13 / GBP 24.99
Learn math by getting creative with code! Use the Python programming language to transform learning high school-level math topics like algebra, geometry, trigonometry, and calculus! In Math Adventu......一起来看看 《Math Adventures with Python》 这本书的介绍吧!
