Skip to main content

The Font Awesome icon set for python

Project description

Installation 

pip install fontawesome

Usage 

import fontawesome as fa

print(fa.icons['thumbs-up'])
>>> 

Build 

# Run the generate script to download font awesome's character mapping
# and generate a python-formatted version of it.  Save this file as icons.py
# in the fontawesome subdirectory.  Note that this pulls the latest revision
# on the master branch.  You can easily change this  with the --revision flag.
./fontawesome/generate.py > ./fontawesome/icons.py

python setup.py build

python setup.py install

License

The code in this repository is licensed under Apache 2.0

The character codes included with this package are part of the Font Awesome project.

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

fontawesome-5.10.1.post1.tar.gz (20.4 kB view hashes)

Uploaded Source

Built Distribution

fontawesome-5.10.1.post1-py3-none-any.whl (20.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page