DEV Community

Cover image for I built a full-screen news reader that lives in the terminal
Nishal K
Nishal K

Posted on

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

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.

Top comments (0)