A simple Python-based IPTV Player application that allows users to download M3U playlists and browse Live TV, Movies, and Series.
- Download M3U playlists from a given URL
- Three main tabs: Live TV, Movies, and Series
- Simple and intuitive user interface
- Python 3.7+
- pip
- Clone the repository
- Install dependencies:
pip install -r requirements.txtpython main.py- Enter the M3U playlist URL in the input field
- Click "Download Playlist"
- The playlist will be saved to your Downloads folder
- Explore the Live TV, Movies, and Series tabs
- PyQt5
- requests