Metadata-Version: 2.1
Name: tkinter-fonts-viewer
Version: 0.1.0
Summary: gui viewer for tkinter fonts
Home-page: https://github.com/streanger/tkinter_fonts_viewer
Author: streanger
Author-email: divisionexe@gmail.com
License: MIT
Keywords: tkinter fonts font viewer
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown

tkinter_fonts_viewer
===========
Gui viewer for tkinter fonts

Info
===========
Application allows us, to view tkinter fonts. It shows font types (normal/mono). We can switch between them - all/normal/mono. We can filter fonts, with specified text.


Install
===========

.. code-block:: python

    pip install tkinter_fonts_viewer

Usage from python
===========

.. code-block:: python

    from tkinter_fonts_viewer import viewer

    viewer()
    # then just press enter, and wait for gui app to start running


.. code-block:: python

    from tkinter_fonts_viewer import fonts_type

    fonts = fonts_type()
    # it creates dict with known fonts type (normal/mono)

Usage from command line
===========

::
    fonts_viewer


Example application views
===========
.. image:: example_view1.png

.. image:: example_view2.png


