Series Tracker

Track which episodes of a series you've already seen. You can run the standalone series_tracker.exe on windows. If you want to run it manually look below.

screenshot

Prerequisites

1. curses
2. npyscreen

Remember to use pip3 for python3

Installing npyscreen:

pip install npyscreen

Installing curses (only on windows needed):

Download the file fitting for your python and windows version from here. Then run

pip install <filename.whl>