arnispen / QA-Stocks

This is QA-Stocks, an app that tries to predict stocks using SciPy!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QA-Stocks

This is a stock-predictor made with SciPy and YFinance.

This is my first time trying to create a repository, so please don't judge me too much!


Prerequisites

To use this application, you need Python, SciPy and YFinance installed (all preferrably installed with the latest version). I personally used pip (or in my case, pip3) for installing SciPy and yFinance, and it's up to you to decide how you want to download Python.


How to run

If you're using Mac/Linux, then run:

python3 main.py

And if you're using Windows, then:

python main.py

If you have any suggestions, feel free to share them with me!

About

This is QA-Stocks, an app that tries to predict stocks using SciPy!

License:MIT License


Languages

Language:Python 100.0%