TkFontAwesome icon indicating copy to clipboard operation
TkFontAwesome copied to clipboard

Use any of the 1k+ free FontAwesome icons in your tkinter application.

Results 4 TkFontAwesome issues
Sort by recently updated
recently updated
newest added

Other than replacing the Font Awesome 5 icons with Font Awesome 6 icons, I did a couple of things * Updated the lxml dependency so this will also work on...

it's not a real issue but, is there a way to scale automatically an icon put a tk button/label widget when the display settings changes? it already happens for the...

Hi @israel-dryer. I get this when trying to install via PyCharm: ``` Collecting tkfontawesome Using cached tkfontawesome-0.2.0-py3-none-any.whl (405 kB) Collecting lxml==4.7.1 (from tkfontawesome) Using cached lxml-4.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) Collecting tksvg==0.7.4...

It seems that tkfontawesome fails to install in PyCharm when using Python3.11. tkfontawesome requires lxml4.7 which is only available for Python3.10 and earlier. Do you plan on updating tkfontawesome for...