Metadata-Version: 2.1
Name: wtpdf
Version: 0.0.2
Summary: Tool for saving webpages as pdf files from the terminal
Home-page: https://github.com/jordanpatterson1939/youtube-cl
Author: Jordan Patterson
Author-email: jordanpatterson1939@gmail.com
License: UNKNOWN
Description: # wtpdf
        Save webpage to pdf from the terminal
        **Note: Requires wkhtmltopdf**
        
        ## Installation
        ```text
        pip install wtpdf
        ```
        
        ## Usage
        ```text
        wtpdf https://insert-url-here
        ```
        > Navigate to $HOME/Downloads/WebToPDF, the file will be named after the title of the webpage
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
