Metadata-Version: 2.1
Name: piptv_pmg
Version: 0.0.2
Summary: Piptv M3U Generator - An M3U IPTV playlist generator using piptvs scraping logic
Home-page: https://github.com/schwifty42069/pmg
Author: Brett Hufnagle
Author-email: teachingchain0420@gmail.com
License: UNKNOWN
Description: pmg - Piptv M3U Generator
        =======
        
        An M3U generator for IPTV services [kodi/plex/etc.] using the same scraping logic as [piptv](https://github.com/schwifty42069/piptv)! *I provide this script and all support for it free of charge, but any donations are welcome and appreciated. They can be sent to this bitcoin address: **bc1qahz93vyljhjj0fsadu2m8zdhaqdaf60gnc7y2y** Thank you and enjoy!*
        
        **Installation**
        
        Pgm is available on pypi. To install the script, do the following in a terminal/cmd prompt
        
        **Windows**
        
        ```
        pip install piptv_pmg
        ```
        
        **Ubuntu/Debian**
        
        ```
        python3 -m pip install piptv_pmg
        ```
        
        **Usage**
        
        To use the script to generate an M3U, simply run the script and pass the directory 
        (including file name) you would like the M3U to be written to with the -o flag. For example
        
        **Windows**
        
        ```
        python -m piptv_pgm.pgm -o "C:\Users\Example_Person\Example_dir\example.m3u"
        ```
        
        **Ubuntu/Debian**
        
        ```
        python3 -m piptv_pgm.pgm -o /home/some_user/some_dir/example.m3u
        ```
        
        *Documentation for cross platform automation of the script, as well as some processes for use with 
        specific IPTV services such a plex and kodi will be added shortly, we are still working on making
        them as clear and detailed as possible!*
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
