Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 731 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 731 Bytes

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!