Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 329 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 329 Bytes

StockGrab

This can be used to grab current ticker price from finance websites.
It uses tesseract to convert the image to text from which price value can be extracted. You can use it for any other purpose if required.

Requirements

pyscreenshot
pytesseract

Install tesseract in the system before running this code