Python Font Family List

from tkinter import Tk, font
root = Tk()
font.families()
MitchAloha