文件名称:castero:终端的TUI播客客户端
文件大小:236KB
文件格式:ZIP
更新时间:2024-02-27 06:13:54
terminal podcast command-line tui curses
卡斯特罗 castero是该终端的TUI播客客户端。 安装 使用pip从安装: $ pip3 install castero 升级: $ pip3 install castero --upgrade 手动安装 $ git clone https://github.com/xgi/castero $ cd castero $ sudo python setup.py install 依存关系 运行castero需要以下外部依赖项: Python> = 3.5(检查python --version的输出) sqlite3 至少以下媒体播放器之一: vlc> = 2.2.3 (mp
【文件预览】:
castero-master
----.flake8(144B)
----LICENSE.txt(1KB)
----.circleci()
--------config.yml(2KB)
----requirements.txt(194B)
----res()
--------client_example.png(141KB)
----setup.cfg(22B)
----setup.py(1KB)
----README.md(4KB)
----tests()
--------test_net.py(1KB)
--------datafiles()
--------test_player_mpvplayer.py(3KB)
--------test_config.py(2KB)
--------downloaded()
--------test_menu_episode.py(2KB)
--------test_display.py(5KB)
--------test_subscriptions.py(5KB)
--------feeds()
--------test_feed.py(3KB)
--------test_downloadqueue.py(2KB)
--------test_queue.py(5KB)
--------__init__.py(0B)
--------test_player.py(2KB)
--------test_perspective_primary.py(9KB)
--------test_datafile.py(1KB)
--------test_database.py(10KB)
--------conftest.py(3KB)
--------test_episode.py(8KB)
--------subscriptions()
--------test_player_vlcplayer.py(3KB)
--------test_perspective_queue.py(5KB)
--------test_perspective_simple.py(7KB)
--------test_menu_queue.py(2KB)
--------test_helpers.py(2KB)
--------test_perspective_downloaded.py(6KB)
----.gitignore(80B)
----CHANGELOG.md(12KB)
----castero()
--------downloadqueue.py(2KB)
--------config.py(6KB)
--------player.py(6KB)
--------datafile.py(4KB)
--------helpers.py(3KB)
--------menu.py(10KB)
--------perspectives()
--------players()
--------perspective.py(12KB)
--------feed.py(17KB)
--------__init__.py(2KB)
--------display.py(30KB)
--------__main__.py(5KB)
--------net.py(1KB)
--------queue.py(8KB)
--------database.py(23KB)
--------templates()
--------episode.py(10KB)
--------menus()
--------constants.py(30B)
--------subscriptions.py(5KB)