I built a full-screen news reader that lives in the terminal

작성자

카테고리:

← 피드로
DEV Community · Nishal K · 2026-08-01 개발(SW)
Cover image for I built a full-screen news reader that lives in the terminal

Nishal K

Installation

Linux / macOS

pip install worldnews-cli
worldnews

Enter fullscreen mode Exit fullscreen mode

Windows

If pip isn’t in your PATH:

py -m pip install worldnews-cli
py -m worldnews

Enter fullscreen mode Exit fullscreen mode

Or:

python -m worldnews

Enter fullscreen mode Exit fullscreen mode

Built With

  • Python
  • Textual
  • feedparser
  • Rich

Links

Website

https://nishal21.github.io/News-CLI/

PyPI

https://pypi.org/project/worldnews-cli/

GitHub

https://github.com/nishal21/News-CLI

My Website

https://nishal.dev

I’d love feedback.

If you try it, let me know:

  • Which terminal you’re using
  • Which operating system
  • Which RSS feed broke first 😄

Pull requests, issues, and feature suggestions are always welcome.

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다