Skip to content

Useful stuff ?

Fabrice edited this page Apr 12, 2023 · 71 revisions

Tkinter GUI

Documentation

Code examples

Matplotlib embedded in Tkinter:

Tooltips

Organizing code

Composition

Matplotlib:

How to filter a curve ?

Dataframe view

Ini config parser

CSV files

Fonts

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

import tkinter as tk
import tkinter.font
root = tk.Tk()
tkinter.font.families()
Clone this wiki locally