fintic-tracker/test.py

21 lines
297 B
Python
Raw Normal View History

2021-04-27 18:29:14 +00:00
import sys
import os
import threading
from PIL import Image, ImageDraw, ImageFont
import time
import csv
from rgbmatrix import RGBMatrix, RGBMatrixOptions
from stockTicker import StockTicker
import finnhub
import pexpect
2021-05-14 12:02:22 +00:00
from pycoingecko import CoinGeckoAPI
2021-04-27 18:29:14 +00:00
if __name__ == '__main__':
2021-05-21 13:24:37 +00:00
2021-04-27 18:59:25 +00:00