Skip to content

chaitanyasd/StockGrab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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