A simple IPTV player written in python wit gtk
- python3.6+
- pygtk3+
- vlc
apt-get install python3 python3-gi python3-gi-cairo gir1.2-gtk-3.0
apt-get install vlc
- Go to msys2 and download the x86_64 installer
- Follow the instructions on the page for setting up the basic environment
- Run C:\msys64\mingw64.exe - a terminal window should pop up
- Execute pacman -Suy
- Execute pacman -S mingw-w64-x86_64-gtk3 mingw-w64-x86_64-python3 mingw-w64-x86_64-python3-gobject
./iptv.py
or
./iptv.sh
Execute the file iptv.bat
I used the m3uparser from that repository M3uParser