gui viewer for tkinter fonts
Project description
tkinter_fonts_viewer
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.
Install ########
.. code-block:: python
pip install tkinter_fonts_viewer
Usage from python ########
.. code-block:: python
from tkinter_fonts_viewer import viewer
viewer()
# calls gui viewer from python
.. code-block:: python
from tkinter_fonts_viewer import fonts_type
fonts = fonts_type()
# creates dict with known fonts type (normal/mono)
Usage from command line ########
.. code-block::
fonts_viewer
Example application views ########
.. image:: views/example_view3.png
.. image:: views/example_view4.png
.. image:: views/example_view5.png
Update/Todo ########
07.01.2022
-
resizable window
-
listbox widget to choose fonts
-
"text" entry for user input text
-
"example" button with example text
-
auto wrapping text in main label
01.06.2020
-
main view
-
search entry
-
fonts type (normal/mono) json
-
oldstyle listbox
todo/to consider
-
checkbutton for bold/curve fonts
-
option for font resizing
-
color picker
-
night mode
-
redesign of top menu
-
enumeration of fonts in listbox
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file tkinter_fonts_viewer-0.1.2-py3.9.egg
.
File metadata
- Download URL: tkinter_fonts_viewer-0.1.2-py3.9.egg
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 056810c13e7708b621aa5bc336fc55f02736dfea1253f712f9927b5085944501 |
|
MD5 | b1b13250692221ce44ba507c66b0b0d8 |
|
BLAKE2b-256 | e63d15987523db912739cc441e1b4b2adb4b61e6c79981bb88bcf7bbb9fa68d8 |
File details
Details for the file tkinter_fonts_viewer-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: tkinter_fonts_viewer-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fb7c9db2cf33570e148aec54dc6066e154b844562f19930ba22556bd9a4d1d0 |
|
MD5 | 4cf8723ea06121642f4ff661dda1433f |
|
BLAKE2b-256 | 6e253f05258f8fcac9583b6d18782c4365ad08efd6a84d3115279c6a9139b7e4 |