Metadata-Version: 2.4
Name: stockpredictor
Version: 0.2.1
Summary: A Python library for predicting stock index trends using historical data
Home-page: https://github.com/Deviprasad/stockpredictor
Author: DeviprasadGurrana
Author-email: deviprasadgurrana@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: yfinance
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# StockPredictor ðŸ“ˆ

A Python library for predicting stock prices using machine learning.

## Installation

```bash
pip install stockpredictor
