Metadata-Version: 2.1
Name: get-summary
Version: 0.0.0.2
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
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
Requires-Dist: nltk

# 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 
open terminal and run python then

import nltk
nltk.download('punkt')
nltk.download('stopwords')
```

```
from get_summary import createsummary

AND THEN

pass some text over

summary = createsummary.create_SUMMARY(text)
print(summary)



```
# Get Summary


