This is an Application to read RSS Feeds from ANFNews
- Currently following languages are supported:
- English (default)
- German
- Kurmanjî
- Spanish
- Arab
Languages can be changed during usage in the Menu Bar (left upper corner of the window)
- Via PyPi
The easiest installation would be over PyPi, via pip
which is unfortunately not available right now,
but very soon:
$ pip install ANF-Feed
- Cloning this Repo
You can also install it with cloning this repository:
$ git clone https://github.com/m1ghtfr3e/ANF-Feed.git or via Github CLI: $ gh repo clone m1ghtfr3e/ANF-Feed $ cd ANF-Feed $ pip install -r requirements.txt
Optionally you can pip install it locally:
$ pip install .
After installation you have two options to start:
Calling the __main__ of the package:
$ python3 -m anfrss
or:
$ python -m anfrss
Or using the entry point. In this case you can just enter:
$ anfrss
There is also a Dark Mode which can be used:
$ python -m anfrss dark or: $ anfrss dark
Open an Issue preferably on the Issue Tracker of the GitHub Repository.
Authors: | m1ghtfr3e |
---|---|
Version: | 0.0.2 |