Skip to content

Instantly share code, notes, and snippets.

@erraticgenerator
Created October 31, 2020 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erraticgenerator/314a406afafd6571b0d5c5f828a2776f to your computer and use it in GitHub Desktop.
Save erraticgenerator/314a406afafd6571b0d5c5f828a2776f to your computer and use it in GitHub Desktop.
# 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