Font Awesome-4.7 for python desktop usage
Project description
pyFontAwesome47
Font Awesome-4.7 for python desktop usage.
Install
pip install fontawesome47
Get font path or data
import fontawesome47
path = fontawesome47.get_path() # pathlib.Path
data = fontawesome47.get_data() # bytes
Icons
- https://fontawesome.com/v4.7/cheatsheet/
- https://github.com/FortAwesome/Font-Awesome/blob/a8386aae19e200ddb0f6845b5feeee5eb7013687/src/icons.yml
# example
import fontawesome47.icons_str as ICONS_FA
imgui.text_unformatted(ICONS_FA.SEARCH)
example
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fontawesome47-1.0.0.tar.gz
(124.1 kB
view hashes)
Built Distribution
Close
Hashes for fontawesome47-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a95723e979d355b87dc3db26e67be2d60c62a29a65f864328db2d802e0c586bb |
|
MD5 | a85317c2af065e04a3c424fb84f95ea2 |
|
BLAKE2b-256 | d331c92b4e32b999a7bd18cc77e173f7aa09ea1195b83241fd030e77cab3db00 |