Skip to content

rug-gui/pytkfaicons

 
 

Repository files navigation

Code style: black

pytkfaicons

fontawesome icons support for tkinter

includes:

  • pre-calculated 32px height icons (fast)
  • method for creating scalable icons from svg source (slow) - new in version v0.0.2
  • method for using ttf font based icons - new in version v0.0.3

what's new ?

check CHANGELOG for latest ongoing, or upcoming news and also for known issues, limitations and backlog refer to BACKLOG

sample screenshot

platform

tested on python3 and linux

development status

alpha state. the API or logical call flow might change without prior notice.

in case your code breaks between two versions check CHANGELOG information first before creating a ticket / issue on github. thanks.

note on self-build a local package or scalable icons

  • for downloading content from github with pygitrab a credits file is required.
  • imagemagick is required to convert with wand

installation

  python3 -m pip install pytkfaicons

license

refer to https://github.com/kr-g/pytkfaicons/blob/main/LICENSE

Packages

No packages published

Languages

  • Python 99.1%
  • Shell 0.9%