Metadata-Version: 2.1
Name: pproject
Version: 0.0.7
Summary: Predicted price change for iphone in XX years
Home-page: https://github.com/Sojiro4/pproject
Author: Sojiro4
Author-email: s2122097@stu.musashino-u.ac.jp
Project-URL: Bug Tracker, https://github.com/Sojiro4/pproject
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11.3
Description-Content-Type: text/markdown

# About the pproject
Predicted price change for iphone in XX years

### how to install pproject

$ pip install pproject

### required Libraries

pandas<br>
numpy<br>
scikit-learn<br>
matplotlib<br>
datetime

### how to run pproject
< ~ .py><br>
import pproject<br>
pproject.price_fluctuation_now()</br></br>
$python ~.py
![Figure1](img/Figure_1.png)


< ~ .py></br>
import pproject
pproject.Predicted_price_change_in_XX_years(100)</br></br>
$python ~.py
![Figure2](img/Figure_2.png)

