Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
# 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