Skip to content

Useful stuff ?

Fabrice edited this page May 29, 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()

RST files

https://stackoverflow.com/questions/2581466/how-to-render-rst-files-in-a-markdown-or-html-format

Clone this wiki locally