Created
October 31, 2020 21:15
-
-
Save erraticgenerator/314a406afafd6571b0d5c5f828a2776f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# modules we need this time | |
import matplotlib.pyplot as plt | |
from PIL import Image,ImageDraw,ImageFont | |
import pandas as pd | |
import numpy as np | |
# load the CSV we created in the last post | |
df = pd.read_csv('./google-fonts-annotaion.csv') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment