-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Fabrice edited this page Apr 11, 2021
·
12 revisions
Welcome to the PlotView wiki!
It is divided in following sections:
- Help: there is no help file in PlotView so you need to check this out.
- Useful stuff: links to sites or to projects which can be of interest.
List fonts:
import tkinter as tk
import tkinter.font
root = tk.Tk()
tkinter.font.families()