/RssFeed

RssFeed is a rss browser in which you can register to store, browser and group your favourite web content. You can also see most popular content among all users.

Primary LanguagePython

RssFeed

This is a project made for our Software Engineering class. The plan is to be a GUI driven RSS feed created using with the help of UML diagrams.

Overview

The application is build using OOP practices, Waterfall paradigm and with Test Driven Development. We rely on PySide2 which is a Qt5 wrapper for python as our GUI and lmdb for handling the database. Each account is created with some basic URL ready to go and each user can add more of them as they please. Coding standard used to build this application is PEP-8.

Demo

Login page looks as follow:

loginview

And the actual feed view:

feedview

Presentation

Presentation about the creation process.