This is a GUI python project to stream torrent movies. It uses peerflix to stream the movies. It also has a api from TMDb to search for movies and provide the information about the movies.
Note: Only movie present in yts can be streamed
- It has a GUI windows, which show popular movies at startup.
- It has ability to search the TMDb library for movies.
- Provides the title, plot info, cast and other information in the interface
This program requires peerflix so must install nodejs and peerflix
npm install -g peerflix
It also has python modules dependencies
pip install -r requirements.txt