GUI application for viewing tkinter fonts. It shows text for specified font. We can switch between font types - all/normal/mono. We can filter fonts, with specified text.
pip install tkinter_fonts_viewer
from tkinter_fonts_viewer import viewer
viewer()
# calls gui viewer from python
from tkinter_fonts_viewer import fonts_type
fonts = fonts_type()
# creates dict with known fonts type (normal/mono)
fonts_viewer
- resizable window
- listbox widget to choose fonts
- "text" entry for user input text
- "example" button with example text
- auto wrapping text in main label
- main view
- search entry
- fonts type (normal/mono) json
- oldstyle listbox
- checkbutton for bold/curve fonts
- option for font resizing
- color picker
- night mode
- redesign of top menu
- enumeration of fonts in listbox