Metadata-Version: 2.1
Name: pylyric
Version: 0.0.2
Summary: A package for sentimental analysis of a song
Home-page: https://github.com/aegon47/pylyric.git
Author: aeg0n
Author-email: chandu199827@gmail.com
License: UNKNOWN
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
Requires-Dist: algorithmia

#Pylyric
version 0.0.1

This is a module to scrape lyrics and perform sentiment analysis based on the user inputs.

------INSTRUCTIONS------

---1. INSTALLATION -----

Use command :

>pip install pylyric 

---2. USAGE ------------

The package should be imported first by typing as follow
>import pylyric.plot as pp


To use enter the following
>pp.pl_draw()

DISCLAIMER: The time for results are dependent on the internet speed.
--------THE END---------

