Metadata-Version: 2.1
Name: get_summary
Version: 0.0.0.1
Summary: A Python package which will helps you to get summary report of any webpage content or summary of paragraphs
Home-page: https://github.com/Vijayraj72/get-summary
Author: vijay saw
Author-email: imvijayraj72@gmail.com
License: MIT
Description: # Keyboard press count and Mouse event count 
        
        A Python package which will hepls you to get summary report of any webpage content or simply pass some content and get summary
        
        ## Usage
        
        
        ```
        simply import 
        
        from createsummary import create_SUMMARY
        
        AND THEN
        
        pass some text over
        
        create_SUMMARY(text)
        
        ```
        # Get Summary
        
Keywords: summary,content summary,website summary,get summary,article summary,get article summary
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
