This is a simple app that lets you watch anime episodes from AnimeWatch using mpv, without having to download them.
If you are using Windows, you can just use the .exe in the release page.
To use this app you MUST have python installed.
cd project_dir
pip install -r requirements.exe
If you are on Windows, simply double click the .exe file. Otherwise do
python main.py
Upon running the program a folder name "config" is created. This is where you can choose to change the MPV path (Windows only) and use the one installed in your system, leaving it to default will use the portable player included in the folder.
Pull requests and feature requests are welcome, as the program is very simple and might use some improvements. Please be patient as I might take a while to review the code or answer issues due to short time.