This is an RSS reader using PySimpleGui.
This is an RSS reader widget that works with Python. I made it as a sample. I tried using it as a desktop widget, and it was surprisingly useful, so I'm publishing it.
$ pip install pipenv
$ pipenv install
$ cp settings.yml.sample settings.yml
$ python main.py # Adapt to your environment.

