Skip to content
Fabrice edited this page Apr 16, 2021 · 12 revisions

Welcome to the PlotView wiki!

Useful stuff links to sites or to projects which can be of interest.

List fonts: note that the fonts are those of the OS not tkinter's.

import tkinter as tk

import tkinter.font

root = tk.Tk()

tkinter.font.families()

Clone this wiki locally